Skip to main content



      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 04:52
Eclipse UserFriend
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: Wed Jul 16 15:18:35 EDT 2025

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

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

Back to the top