Computer Science Canada where to download Java? |
Author: | ruby_moon [ 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 ![]() Thanx a lot ![]() |
Author: | wtd [ Wed Jan 05, 2005 1:18 am ] |
Post subject: | |
Go to http://java.sun.com and download the 1.4.2 SDK (Software Development Kit). http://java.sun.com/j2se/1.4.2/download.html It's the first of the wide sections down. |
Author: | ruby_moon [ Thu Jan 06, 2005 1:23 am ] |
Post subject: | |
Thank you ![]() How come? ![]() |
Author: | wtd [ Thu Jan 06, 2005 1:31 am ] |
Post subject: | |
ruby_moon wrote: Thank you
![]() 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. |
Author: | Martin [ Thu Jan 06, 2005 5:16 pm ] |
Post subject: | |
You can also use eclipse www.eclipse.org |
Author: | ruby_moon [ Thu Jan 06, 2005 11:58 pm ] |
Post subject: | |
hihi thanks a lot. i thought java is similar like C++ ![]() Thank you ![]() |
Author: | wtd [ Fri Jan 07, 2005 12:04 am ] |
Post 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. |
Author: | Martin [ Fri Jan 07, 2005 7:28 am ] |
Post 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. |