Jump to content

Compiler

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
haraldur

haraldur

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
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

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
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.

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.