Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Limitations of running plugins as jars (packed) or dirs (upacked)
Limitations of running plugins as jars (packed) or dirs (upacked) [message #1837112] Fri, 22 January 2021 09:52
Martin Lemnian is currently offline Martin LemnianFriend
Messages: 1
Registered: January 2021
Junior Member
Hello everybody,

today I was wondering what are the limitations of installing/running a plugin packed (as a jar) vs. unpacked (as dir)?

What do I mean by un-/packed?



As far as I know, there is no documentation about the limitations of either version.

The only things I could find are rumors like:


  1. In case a plug-in contains native code, e.g., dll files or others, which do not work from inside a JAR file, the plug-in itself should be unpacked.
  2. If a class within a plugin needs to access a resource via an absolute path.


The first rumors seem to be not true: https://www.eclipse.org/lists/tycho-user/msg08724.html
Previous Topic:SVG error
Next Topic:The font color in SWT Checkbox Button cannot be grayed out if disabled
Goto Forum:
  


Current Time: Thu Apr 18 07:12:34 GMT 2024

Powered by FUDForum. Page generated in 0.02753 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top