Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: How to use launcher.jar in 3.3.0-M7?

Thomas Watson <tjwatson@xxxxxxxxxx> writes:

> Setting osgi.frameworkParentClassloader=current will set the
> framework's parent classloader to the same classloader which loaded
> org.eclipse.equinox.launcher.Main.  If you embed
> org.eclipse.equinox.launcher.Main into your application then you
> could use this option to get the same results.

In this "embedded launcher" scenario you describe with the
osgi.frameworkParentClassloader property set to "current", would the
launcher still be able to adjust the class path on its own to include
the framework extensions mentioned in the osgi.framework.extensions
property?

-- 
Steven E. Harris



Back to the top