View Single Post
  #4 (permalink)  
Old 12-11-2007, 03:38 AM
definewebsites definewebsites is offline
Member
 
Join Date: Dec 2007
Posts: 7
definewebsites is on a distinguished road
Re:
Code:
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }
Run that and see whether you still get the compilation error. If so then it is possible that your jdk installation was not 100% successful or your text editor cannot find the path to the java compiler..

HTH

Last edited by definewebsites : 12-11-2007 at 12:27 PM. Reason: Sorry, should have added the class declaration just incase you tried to run it as it is..:)
Reply With Quote