Ive been searching for a way to download the java programming language for a long time and I need help.
Offline
It depends on what kind of Java programming you wish to do.
If you wish to write client-side applications (i.e. regular applications or Java applets) download the JavaSE SDK. If you wish to make server side applications, download the JavaEE SDK.
If you wish to compile applications to run without the need for a Java Virtual Machine (JRE), download gcj (GNU Compiler for Java). I believe OpenJDK/IcedTea has the same functionality. Notice that gcj is java1.4 compatible.
To make your Java coding easier, you might want to try an IDE, such as Eclipse or NetBeans.
Source(s):
http://java.sun.com
http://gcc.gnu.org/java/
http://icedtea.classpath.org/wiki/Main_Page
http://eclipse.org/
http://www.netbeans.org/
Don't give me credit for this.
I just copied and pasted it. XD
Last edited by CheeseMunchy (2012-01-24 18:07:55)
Offline