Intellij IDEA: need help with building jar with included Maven project

Oct 17, 2013 08:50


Originally published at Moishe Beshkin. You can comment here or there.

I have a Java project with included Maven Project. I create Aftifact Jar in Project Structure -> Artifacts. Both modules outputs are included in the artifact. After building the jar, I execute the following command line: $ java -jar myJar.jar The error message is following: Exception in thread “main” java.lang.NoClassDefFoundError: io/netty/util/concurrent/EventExecutorGroup at java.lang.ClassLoader.defineClass1(Native Method) at [...]

issues and resolutions

Previous post Next post
Up