aspose file tools
The moose likes Java in General and the fly likes not able to run my first java program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

not able to run my first java program

dhruv garg
Greenhorn

Joined: Dec 24, 2011
Posts: 7

my program is able to pass the compilation test.but when i run the program its gives error

"C:\Users\DHRUV\My Documents\java>javac innerclass.java

C:\Users\DHRUV\My Documents\java>java innertest
Error: Could not find or load main class innertest

here the file name is innerclass.java and the main class name is innertest.

kindly help me out
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2926
    
  15

Please CarefullyChooseOneForum and dont post the same query in multiple places. Lets continue this discussion here


Mohamed Sanaulla | My Blog
 
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: not able to run my first java program
 
Similar Threads
a simple brainer on inner classes
Another Error this time while trying to run "cannot find class"?
Why I'm getting garbage after executing the class file?
create this .jar gm.jar. and make it
anonymous inner class and interface