Created
October 25, 2011 03:09
-
-
Save dnoseda/1311186 to your computer and use it in GitHub Desktop.
play framework error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ _ _ | |
~ _ __ | | __ _ _ _| | | |
~ | '_ \| |/ _' | || |_| | |
~ | __/|_|\____|\__ (_) | |
~ |_| |__/ | |
~ | |
~ play! 1.2.3, http://www.playframework.org | |
~ | |
~ Ctrl+C to stop | |
~ | |
Exception in thread "main" java.lang.NoClassDefFoundError: | |
Caused by: java.lang.ClassNotFoundException: | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:307) | |
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:248) | |
Could not find the main class: . Program will exit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment