Web Hosting Talk







View Full Version : Java compiler


insaneraptor
01-19-2003, 03:50 PM
Anyone know where i can find a free java 2 compiler?
Im a beginner and just want to compile basic stuff...
System.out.println's and stuff nothing advance...

Thanks

cortices
01-19-2003, 04:17 PM
Sun provides the Java compiler you are looking for. There are others out there from various vendors, however, Sun's is the official implementation and as such is best for learning the language.

You can get it at http://java.sun.com

Just FYI, the name "Java 2" is a bit misleading. "Java 2" actually refers to all versions of Java including and following 1.2 (ie. 1.3, 1.4, etc).