A boring, long thread of some n00b...

North King

blech
Joined
Jan 2, 2004
Messages
18,165
*ahem*

I know how to write the actual code for Java. What I want to know is how I can compile it to run on my Windows. In other words, I need an efficient compiler.

If someone could point me to one, it would be very nice.

Oh, and secondly, does an applet support .wav sound files?
 
If you don't mind using the command line, just download the Java Software Development kit from Sun. The command to compile is
Code:
javac <filename>

If you want an IDE, check out NetBeans a free tool for developing Java programs. Eclipse is another free java IDE.

My own personal preference is to avoid anything that has "Microsoft" in the name. ;) They cost too much money, and invariably end up being tweaked *away* from the standard, so MS can force you to use their stuff. ;)
 
Back
Top Bottom