I have zipped some classes and files. This is a jpf plugin. The zip file contains plugin.xml, file1, file2, and some dirs with classes My application can find the plugin.
The problem is I don't know what path I should write to find the two files in the zip file. I try to acces them from a class inside the zip file.
Maybe I am a dork, but writing the path is often a problem to me :)
Thank you for your help.
EDIT: plugin.xml
<?xml version="1.0" ?>
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd">
<plugin id="org.myorg.pack.image.blabla" version="1.0.0"
class="org.myorg.pack.image.blabla.blablaGUI">
<runtime>
<library id="blabla" path="/" type="code"/>
</runtime>
</plugin>