Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] OSGi/Minimum..


The OSGi Minimum Execution Environment is described precisely by the OSGi R4 specification.  Download the file r4.cmpn.pdf from www.osgi.org and read Section 999.

        http://osgi.org/documents/osgi_technology/download/r4-specs/r4.cmpn.pdf


 There is also a JAR for each execution environment that contains mock class files for every class/method/field, against which you should compile your code.

        http://osgi.org/documents/osgi_technology/download/r4-specs/ee.minimum.jar
        http://osgi.org/documents/osgi_technology/download/r4-specs/ee.foundation.jar


The core OSGi R4 specification is here:

        http://osgi.org/documents/osgi_technology/download/r4-specs/r4.core.pdf



"Piero Campanelli" <pierocampanelli@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

11/19/2006 11:20 AM

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

To
"Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] OSGi/Minimum..





Hi,

what is the exact specification of OSGi Minimum? What kind of classes
does it contain? I saw that it consists in the "J2ME Foundation".

Reading source code of Equinox, I read "OSGi-Minimum.profile" but I am
unable to undersand it. It contains:

org.osgi.framework.system.packages =
org.osgi.framework.bootdelegation = \
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0
osgi.java.profile.name = OSGi/Minimum-1.

what is the meaning of this? It doesn't specify java.* packages
(instead other profile files specify that).

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


Back to the top