I got weird java error. When I try to run my code there appears window with:
Could not find the main class..
I have tried to reinstall java, but it 
didn't help. Path to /bin directory is set properly. Can you help me ? 
I got weird java error. When I try to run my code there appears window with:
Could not find the main class..
I have tried to reinstall java, but it 
didn't help. Path to /bin directory is set properly. Can you help me ? 
 
    
     
    
    It happened with friend before and the reason was selecting right jre within project setup stage. When you setup your project be sure you selected your right JRE -> Use a project specific JRE :jre1.8.0_31 something like this.
Isupposed that you have main method , also you did not delete or miss up with your source files.
