Kassam
Posts: 1
Joined: Sat Dec 08, 2007 11:00 am

using external APIs in my java application

I gathered all the class and files of my application along with a third party jar file in the same folder and gave it to advanced installer to build an msi file, everything was fine, but after I setup my program and run it it gives me NoClassDefFoundError, apparently, advanced installer didn't include the third party jar files used in my program. How can I solve this problem ?
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

Please make sure that you have added the necessary files in the Classpath of your application in the "Java Products" page. We have a tutorial for this, please take a look:
http://www.advancedinstaller.com/user-g ... -java.html
You can read more about this feature here:
http://www.advancedinstaller.com/user-guide/java.html

Let me know if the problem persists after making the necessary modifications.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”