Dear Icy community,
I've got a problem running my plugin:
I export my plugin.jar which has apache-POI jars and other .jar files referenced, and check the "Export java source files and resources" box.
This I believe should include all referenced jars in my plugin.jar, however I get an error indicating that the POI jars cannot be found when running the plugin.
java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Sheet
How could I resolve this?