Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Classloader precedence of osgi.dev entries

The property osgi.dev is described as [1]:

> This property may also be set to a comma-separated class path entries
> which are added to the class path of each plug-in

But how is it applied? Is it used as a last resort if all other options (import-package, require-bundle, fragments, Dynamic-Import package) are searched and nothing was found?


[1] https://help.eclipse.org/2021-03/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html&anchor=osgidev


Back to the top