Just Started Java
Author |
Message |
supahsain08
|
Posted: Wed Feb 06, 2008 3:17 pm Post subject: 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 |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Euphoracle
![](http://compsci.ca/v3/uploads/user_avatars/11170373664bf5f25f636f1.png)
|
Posted: Wed Feb 06, 2008 3:20 pm Post subject: 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 <version>").
Also, check out Wikipedia's article on Java if you want some more info as to how Java code is actually processed at runtime. |
|
|
|
|
![](images/spacer.gif) |
supahsain08
|
Posted: Wed Feb 06, 2008 4:03 pm Post subject: RE:Just Started Java |
|
|
Thanks for the usefull information |
|
|
|
|
![](images/spacer.gif) |
wtd
|
|
|
|
![](images/spacer.gif) |
|
|