Exception in thread "main" java.lang.ClassNotFoundException: views.Main

已回答

Hi guys,

after moving "refactoring" my Main.java class file from an older package "views" to an new one, i can't start the application, always getting ->

"Exception in thread "main" java.lang.ClassNotFoundException: views.Main"

does someone have an idea?

 

cheers

 

0

Right click in a file and click Run, or edit the main class in the Run/debug configuration: https://www.jetbrains.com/help/idea/2016.2/creating-and-editing-run-debug-configurations.html.

0

awesome! big thanks at the end this little mistake..

0

请先登录再写评论。