This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Requests
  •  » Need help with getting Java (programming language)

#1 2012-01-24 17:13:06

bobbyuscoolius
Scratcher
Registered: 2011-05-22
Posts: 3

Need help with getting Java (programming language)

Ive been searching for a way to download the java programming language for a long time and I need help.

Offline

 

#2 2012-01-24 18:06:56

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Need help with getting Java (programming language)

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)


6418,

Offline

 
  • Index
  •  » Requests
  •  » Need help with getting Java (programming language)

Board footer