View Single Post
Old Feb 20th, 2005, 2:15 PM   #2
ZenMasterJG
Hobbyist Programmer
 
ZenMasterJG's Avatar
 
Join Date: Nov 2004
Location: Boston, MA
Posts: 148
Rep Power: 4 ZenMasterJG is on a distinguished road
Send a message via AIM to ZenMasterJG
make sure the filename is the same as the class name (you said class example and javac Example.java)
Also, it should be:
public static void main(String[] args)
Good luck
ZenMasterJG is offline   Reply With Quote