Exception in thread "main" java.lang.ClassNotFoundException: views.Main
Answered
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
Please sign in to leave a comment.
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.
awesome! big thanks at the end this little mistake..