vote up 2 vote down star
1

My eclipse plugin must be unpacked. How can I enforce the installer to unpack it. Will it be unpacked if the jar file is simply dropped into the plugins folder?

flag
why does it need to be unpacked? (if you're opening files at runtime, you can use getResourceAsStream() to open files in the jar) – Scott Stanchfield Jun 1 at 15:56

2 Answers

vote up 1 vote down check

This can be chosen when configuring the feature including the plugin. Go to the plugin list, select your plugin and check "Unpack the plug-in archive after installation".

Arguably, this property should be defined by the plugin itself. There's a bug report about that https://bugs.eclipse.org/bugs/show_bug.cgi?id=157562

regards, Vlad

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.