> Newbies shouldn't use IDEs. [1]
>
[quoted text clipped - 18 lines]
>
> [1] http://jqa.tmorris.net/GetQAndA.action?qids=52&showAnswers=true

Signature
Beware the False Authority Syndrome
I would like to thank everyone on their rather suprisingly quick
replies on this subject.
I will go through the steps stated by 'zero' and hopefully be up and
programming in no time.
Thanks for your time and support.
Jonathan
> May I suggest TextPad (people who read this group regularly must be getting
> pretty tired of me saying that). If textpad is installed after the JDK, it
[quoted text clipped - 5 lines]
> if you check out textpad's configuration. And you normally wouldn't cover
> custom packages too early in the course anyway.
TextPad is not free. Why should anyone pay a penny to learn java?
the best way to start (in my opinion ofcourse) is the command line, and
the tutorials at java.sun.com
On windows, notepad should be enough, or maybe notepad2
(http://www.flos-freeware.ch/notepad2.html) which is free and has syntax
hilighting.
once one is comfortable with the command line, it will be time to try
one of the free IDE's (such as Netbeans or Eclipse) that will make life
easier and has more features such as easier compiling, debugging, code
completion, on-the-fly javadoc, etc. etc.
thanks
IchBin - 14 Dec 2005 22:58 GMT
>> May I suggest TextPad (people who read this group regularly must be
>> getting pretty tired of me saying that). If textpad is installed
[quoted text clipped - 21 lines]
>
> thanks
I agree with hilz, but for an IDE I would start out with either JGRASP
or BlueJ before Netbeans or Eclipse. Both where developed and being used
at university. BlueJ to learn the OOD\OOP side of Java.
http://www.bluej.org/
http://www.eng.auburn.edu/department/cse/research/grasp/
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
JavaJon - 15 Dec 2005 00:01 GMT