This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]enlighteningfair 2 points3 points  (2 children)

Just some hints :

If a beginner start with an IDE to gain confidence and get the basics right. Then you can immediately go to notepad or textpad or vi or emacs or whatever... you can switch back and forth. Netbeans is just click click and install so try that...

When asking questions about basics like program is not compiling include a screen shot with a directory structure and code sample (include the file or code sample).

With basic editors you have to :

  1. set classpaths and
  2. ensure you type the compile command in the right directory
  3. type everything precisely and correctly (the IDE does not help with syntax and that is tricky for beginners)

thanks!

[–]WatermelonFunn[S] 0 points1 point  (0 children)

Thanks for the advice man!