View Single Post
Old 07-25-2006, 10:02 PM   #9 (permalink)
fjf314
 
True Techie

Join Date: May 2006

Posts: 150

fjf314 is on a distinguished road

Send a message via AIM to fjf314
Default

The Development Kit is the only thing out of all of those that you absolutely have to install if you want to write programs in Java. Then you just need to use the "javac" command from the command line to compile your programs. As I said earlier, I would recommend against using the NetBeans IDE since you're just starting. jEdit isn't the greatest text editor, but it's better than Notepad and better than using an IDE right now.

If you keep having trouble, let us know what errors you're getting when you compile.
__________________
There are 10 kinds of people in the world, those who understand binary and those who don\'t.
fjf314 is offline