executable-packer-maven-plugin
executable-packer-maven-plugin copied to clipboard
Maven plugin to pack executable JAR files including all dependency JARs.
Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at de.ntcomputer.executablepacker.runtime.ExecutableLauncher.main(ExecutableLauncher.java:122) Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplication at com.aizuda.easyManagerTool.ToolBootApplication.main(ToolBootApplication.java:14) ... 5 more Caused by: java.lang.ClassNotFoundException: org.springframework.boot.SpringApplication at...
[test.zip](https://github.com/nthuemmel/executable-packer-maven-plugin/files/3227270/test.zip) Dear nthuemmel, unfortunetely I get a NoClassDefFoundException: `java.lang.NoClassDefFoundError: org/apache/commons/collections/ArrayStack at de.test.Test.main(Test.java:30) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at de.ntcomputer.executablepacker.runtime.ExecutableLauncher.main(ExecutableLauncher.java:122) Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.ArrayStack at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:436) at...
``` Exception in thread "main" java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at de.ntcomputer.executablepacker.runtime.ExecutableLauncher.main(ExecutableLauncher.java:120) Caused by: java.lang.NullPointerException at java.io.File.(File.java:277) at org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.extractPath(ResolverUtil.java:268) at org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.findInPackage(ResolverUtil.java:187) at org.apache.logging.log4j.core.config.plugins.util.PluginRegistry.loadFromPackage(PluginRegistry.java:221) at org.apache.logging.log4j.core.config.plugins.util.PluginManager.collectPlugins(PluginManager.java:152) at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:221) at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:250)...