Question

Please help me out,I have developed the simple application with two external jar files.While clean and build,it's creating a jar file for the application and the library folder in dist directory. When I try to execute as a jar,it's executing perfectly

But When I converted the jar into exe file using launch4j,after conversion,the execution is reporting NoClassDefFoundError.

I Hope, One-Jar is a solution for ma problem, But How to do One-Jar in Netbeans IDE or how to wrap all the dependency libraries with the application?

Was it helpful?

Solution

There are yet answers to this question here:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top