iÂve built a plugin that calls an external c#-Program to import some
things using the .Net-Framework.
Ok, during the development of the plugin everything works fine (The
program "*.exe" lies in a subfolder named "temp" of the project) because
the plugin is loaded from the project, so it has a real filepath which I
get using the getInstallUri-Method.
Now my problem: When I export the plugin as a jar the exe cannot be
launched because the file lies within the jar.
So is there any possibility to execute the program at this location or
if not, how can i export a plugin as a directory so that eclipse is able
to load the plugin like a jar (I just tried to extract the contents of
the exportet jar and add the directory to the eclipse-plugin folder but
as IÂve expected eclipse didnÂt load the plugin).