Print at Dec 21, 2025, 3:16:34 AM

Posted by kupiecu at Dec 6, 2013, 11:16:02 PM
NoClassDefFoundError - plugins + other library
Hello. sorry bur my english is low level.

I write plugin and add to eclipse other library: httpclient-4.3.1.jar.
It's send samething to my database in internet. and it was working for me. I set it on built path in eclipse, add httpclient-4.3.1.jar to my plugin manifest, and add file "httpclient-4.3.1.jar". ...and it was working. I use java web start verison of SH3D.

But I must write a obj and mtl file so I change java web start to SweetHome3D-4.2.jar version. And now when I run plugin debbuger give me :
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/http/client/ClientProtocolException


Please help me. smile