Original tutorial can be found here: java.sun.com I DO NOT OWN THE RIGHTS TO THIS TUTORIAL. This is the first in a series of videos designed to walk you through the Sun Java tutorial. I am learning at the same rate as the videos are released, so any advanced questions you have would probably be better suited for an FAQ or message board. Please comment, rate, and subscribe! ——————————————————————– Steps (assuming you are running Windows): 1. Download the JDK: java.sun.com 2. Create a new text file in notepad or any other word processor and type in the code shown in the video. Java is case sensitive, so capitalization matters. 3. Save the file as HelloWorldApp.java (capitalization matters here, too) in the bin folder of the JDK (I’d recommend putting it in C:\java\bin). 4. Open command prompt and navigate to your bin folder. Then type in “javac HelloWorldApp.java” without quotes. 5. This compiles the source file into a .class file. To run it, type “java HelloWorldApp” without quotes. 6. Congratulations! You have just coded, compiled, and ran your first app.
| US $1.00 End Date: Friday Jun-15-2012 6:44:50 PDT Buy It Now for only: US $1.00 Buy it now | Add to watch list |














