i have this problem my file Computer.java is in desktop but not work :$

public class Computer {
   public static void main (String []argv){
      System.out.println("BllaBllaBllaBlla");
   }
}

here is the screenshot

http://aycu40.webshots.com/image/30159/2002091781242929104_rs.jpg

Recommended Answers

All 2 Replies

Well, as the message says File not found: Computer.java . Make sure that the file is actually in that directory and you have not misspelled the name.

If you used some text editor to create that file then make sure that it is not appended with ".txt" extension(or something else).

type dir *.java in that directory and check that your file is listed

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.