Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] How to use Extension bundles in equinox


Equinox currently does not support bootclassath extensions.  Framework extensions work like normal bundle fragments except they attach to the framework implementation (org.eclipse.osgi or system.bundle).

Equinox also has additional support when you need a framework extension to provide framework adaptor hooks.  These types of framework extensions need to be loaded at the same time as the framework by startup.jar.  You can find more information about adaptor hooks at http://wiki.eclipse.org/index.php/Adaptor_Hooks

Tom





Ikuo Yamasaki <yamasaki.ikuo@xxxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

11/25/2006 09:19 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] How to use Extension bundles in equinox





Hi,

Is any document which explains how I can use "Extension Bundles"
(framework-extension and bootclasspath-extension) in equinox available.
If not, could anyone give information about it ?

I know 3.15 Section of OSGi Spec R4 tells how a framework should perform
and "How a framework configures itself or the boot class path to append the
extension bundle's JAR is implementation specific." as described in
3.15.2.

Best regards,

=======
Ikuo YAMASAKI


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top