Ok, so im going to start learning Java, but i need a compiler to compile my scripts. Can you post name and links to their website or download links plz :D
Compiler
Started by haraldur, Aug 03 2010 04:26 PM
1 reply to this topic
#1
Posted 03 August 2010 - 04:26 PM
|
|
|
#2
Posted 03 August 2010 - 05:17 PM
You'll need to download JDK (java development kit) from: https://jdk6.dev.java.net/
You can compile .java files from the command line with javac, but that's not helpful! So you may wish to use an IDE to handle compiling and make dev work easier, I'd recommend NetBeans: Welcome to NetBeans
It can handle syntax highlighting/compiling for you.
You can compile .java files from the command line with javac, but that's not helpful! So you may wish to use an IDE to handle compiling and make dev work easier, I'd recommend NetBeans: Welcome to NetBeans
It can handle syntax highlighting/compiling for you.
Edited by Alexander, 03 August 2010 - 05:54 PM.
th -> the
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.


Sign In
Create Account


Back to top









