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 :
Code: Select all
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/http/client/ClientProtocolException