Thread: where to start?
View Single Post
Old 11-09-2004, 06:57 PM   #13 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
http://java.sun.com/j2se/1.4.2/install-windows.html

note the 'updating path' section. once you have your paths correct, you can use javac to compile a .java file.
Code:
javac myfirstjavaprogram.java
that would make a new compiled file called myfirstjavaprogram.class

any further details on this subject should probably be in a new post in the java forum =)
__________________
Mike
sde is offline   Reply With Quote