Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
If you're just starting out, I would recommend using the command line javac and java to compile and run your programs. I usually edit the source code in Wordpad. This way, you can concentrate on the fundamentals and make your own mistakes without having the fancy things an IDE gives you (code completion,syntax highlighting, etc.)
Replies: |
Sponsored Links
|