Sun Java Tutorial – Video Walkthrough #1: “Hello World!”


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.


Learn Computer Game Programming with DirectX 7.0 - Paperback
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
VN:F [1.9.8_1114]
Follow up this rating with your own written review below...
Rating: 0.0/5 (0 votes cast)
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Add to favorites
  • Live
  • MSN Reporter
  • Netvibes
  • Reddit
  • RSS
  • StumbleUpon
  • Tumblr
  • Twitter
This entry was posted in Computer Books Videos and tagged , , , , , . Bookmark the permalink.

Write a review

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>