
-----------------------------------
supahsain08
Wed Feb 06, 2008 3:17 pm

Just Started Java
-----------------------------------
Hi, i am enrolled in grade 12 computer science class. Our teacher told us that this year we will learn Java. I was wondering, how do u run java programs, forexample you can run turing programs in "TURING"
So, is there a software which run java codes

Thanks

-----------------------------------
Euphoracle
Wed Feb 06, 2008 3:20 pm

RE:Just Started Java
-----------------------------------
javac Compiles java code, and java executes it within the runtime.  If you want a REALLY simple and fast way to write/test/run java code check out DrJava (google it, O/S from a uni) and simply download the latest (or if your teacher wants a certain version, that version) of the JDK from the Sun website (google: "jdk ").

Also, check out Wikipedia's article on Java if you want some more info as to how Java code is actually processed at runtime.

-----------------------------------
supahsain08
Wed Feb 06, 2008 4:03 pm

RE:Just Started Java
-----------------------------------
Thanks for the usefull information

-----------------------------------
wtd
Wed Feb 06, 2008 6:00 pm

RE:Just Started Java
-----------------------------------
http://compsci.ca/v3/viewtopic.php?t=9576
