Posted: Wed Jan 05, 2005 1:03 am Post subject: where to download Java?
I am totally new to Java, i am learning java through textbook. i want to download JDK1.4.2 to practise some exercise; however, there are so many kinda of these version. i do not know which one should i download ( actyually i tried to download one, but it is some kind of window office, stuffs with drawing and notepad ). hihi would you mind telling which one is the rite version for me to download?
Thanx a lot
biiig cute smile!.jpg
Description:
Filesize:
18.85 KB
Viewed:
3948 Time(s)
Sponsor Sponsor
wtd
Posted: Wed Jan 05, 2005 1:18 am Post subject: (No subject)
Go to http://java.sun.com and download the 1.4.2 SDK (Software Development Kit).
Posted: Thu Jan 06, 2005 1:23 am Post subject: (No subject)
Thank you . Is it J2SEv1.4.2_06SDK? i downloaded it, but when i set it up it is just Java Web Start, there is no program for writing code.
How come?
wtd
Posted: Thu Jan 06, 2005 1:31 am Post subject: (No subject)
ruby_moon wrote:
Thank you . Is it J2SEv1.4.2_06SDK? i downloaded it, but when i set it up it is just Java Web Start, there is no program for writing code.
How come?
Because Java programs are just text. You don't need a special program to write them. Just write your program in something like NotePad or TextPad, save it, then go into the command-line and compile it with the javac.exe program.
Martin
Posted: Thu Jan 06, 2005 5:16 pm Post subject: (No subject)
Posted: Thu Jan 06, 2005 11:58 pm Post subject: (No subject)
hihi thanks a lot. i thought java is similar like C++
Thank you
wtd
Posted: Fri Jan 07, 2005 12:04 am Post subject: (No subject)
ruby_moon wrote:
hihi thanks a lot. i thought java is similar like C++
Thank you
You don't need an IDE to program. There's nothing magical about source code! It's just plain text that a compiler or interpreter turns into a form that in one way or another can be executed by the computer.
Martin
Posted: Fri Jan 07, 2005 7:28 am Post subject: (No subject)
Unless you are using a Microsoft IDE, in which case it refuses to compile if you have less than 10 redundant .proj etc. files sitting around.