aspose file tools
The moose likes Beginning Java and the fly likes Cannot read classname.java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Cannot read classname.java" Watch "Cannot read classname.java" New topic
Author

Cannot read classname.java

sakshi sa
Greenhorn

Joined: Jan 18, 2011
Posts: 7
hai all,
would you please tell me the solution
while compiling the program,i got an error like cannot read classname.java;
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Display the contents of your directory and confirm the file of that name is actually in the directory. Confirm you have spelt it correctly when you invoked javac or whatever you are using.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cannot read classname.java
 
Similar Threads
Empty file
Collection applicantList = null;
practicing programs with cmd & notepad.
How code that is commented work?
Head First Java pg. 37-38