Slashdot Mirror


Web-Based Java Compiler Service

TheSync writes "Ronald Tschalär has set up a Web-based Java compiler service. Just type in your source file names and the JDK you'd like to compiler them with (1.1.8,1.2.2,1.3.1 or 1.4.1), and hit "compile." This makes getting started with Java easier, since you don't have to get the whole JDK."

3 of 50 comments (clear)

  1. Huh?? by Visigothe · · Score: 2, Insightful

    Ok, perhaps I am missing the point, but what is easier, downloading a single file, or uploading all your source to a remote server, hitting the "go" button, then downloading the binary?

    It seems to me that DLing the JDK would be much simpler

  2. Strikes me by Timesprout · · Score: 3, Insightful

    as a ridiculous exercise. Installing the JDK is not a hassle. If it is then you really dont want to be coding in Java. Neither do you really want to be compiling against anything less than 1.4.0. If for some reason you do the older JDK's are available from the Javasoft site along with the latest JDK's. The JDK also provides the source files which are an invaluable learning aid for Java.

    Compiling 5 files will only get you the most trivial of examples in any case.

    If you are only starting out there are many books available which come with a copy of a JDK, as do many IDE's such as IDEA and JBuilder. This would be better place to start. Trying to learn by remote compiling sound like a very painful experience to me.

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
    1. Re:Strikes me by Anonymous Coward · · Score: 1, Insightful

      Not all java newbies have broadband you instensitive clod. Did you check the latest JDKs? 1.3.1 wincows executable is around 40MB, 1.4.1 windows executable is around 37MB, RPM is 40MB again. Which one is easier? Downloading one of these with a modem for hours or just uploading a helloworld.java? Not all people compile thousands of java classes (I do).