0

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?

Mathu
  • 84
  • 1
  • 12
  • possible duplicate of [Launch4J - how to attach dependent jars to generated exe](http://stackoverflow.com/questions/19917960/launch4j-how-to-attach-dependent-jars-to-generated-exe) – alex2410 Mar 21 '14 at 06:19

1 Answers1

1

There are yet answers to this question here:

Community
  • 1
  • 1
taringamberini
  • 2,719
  • 21
  • 29
  • The Blog link, Which I found in the Stack overflow, helped me to sort out my problem :) Thank U All – Mathu Mar 25 '14 at 00:44