Created
May 7, 2015 16:26
-
-
Save emag/4f4769403ce74b4be8ac to your computer and use it in GitHub Desktop.
WIldFly-Swarm App lauching from `Run 'Main'`
This file contains hidden or 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
| Exception in thread "main" java.lang.NoClassDefFoundError: org/wildfly/swarm/container/Deployment | |
| at java.lang.Class.forName0(Native Method) | |
| at java.lang.Class.forName(Class.java:264) | |
| at com.intellij.rt.execution.application.AppMain.main(AppMain.java:122) | |
| Caused by: java.lang.ClassNotFoundException: org.wildfly.swarm.container.Deployment | |
| at java.net.URLClassLoader.findClass(URLClassLoader.java:381) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
| at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
| ... 3 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment