Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where's my src???

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
So I spent 3hrs downloading jdk1.2.2 only to find that I cant actually compile anything because it doesn't appear to come with any on the files you'd expect to find in the src folder?? Help. Should I be using the src from jdk1.1 or something (cos I did try to copy the old src folder over but it still can't locate any of the imports)?? Puhlease help!!!
 
You use the command javac myclass.java to compile your program located within the myclass.java file. This will yield myclass.class as your java bytecode and to run this you type java myclass


Hope this is what you were looking for....

Troy Williams B.Eng.
fenris@hotmail.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top