Dave Morley
Posts: 1
Nickname: hazdav
Registered: Jun, 2005
|
|
Re: java for beginners????
|
Posted: Jun 11, 2005 1:22 PM
|
|
> it might sound childish but having done a semesters course > in java, few small java class projects i get thorougly > confused when i see all these names. i have seemingly > worked with netbeans, Jcreator, normal Dos 'type' java > etc!! > > say i want to learn java/install java. exactly which one > should i install? and how... > 1. for normal programs. > 2. for GUIs? > > what are all these names? > [Jcreator,Jbuilder,NetBeans IDE + J2SE SDK, > J2EE 1.4,J2SE v 1.4.2_08 SDK,J2SE v 1.4.2 > Documentation] > > Is Jcreator only a text editor? > > Why so many versions? so many names? > > can some body pls help me understand this!!! > > if not advice me place to refer to...
I'll see if I can help here. I would strongly recommend that you go to the Sun website and start there online tutorials . They go from the basics right up to advanced.
You say that you have apparently worked with Netbeans, JCreator and so on , this would confuse me!
These are Java programming IDE's in other words design environments that enable you and in many instances help you to write Java code. for example I used JCreator a lot before I switched to Mac. This was a very easy to use environment for me. I could compile my code from there as well as run the programs. In essence it is an aid to the programmer, to speed up the work.
With regards to the J2SDK this is the Java Software development kit. This is what you need to compile and run the programs that you write.
In most cases you will need to download the sdk first and then install a IDE like netbeans or Jcreator etc....
But do yourself a favour and go to http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
Good Luck Dave Morley
|
|