Right. If you only need the JRE packages, then you don't need to set
anything at all (since Felix 1.4.0).
-> richard
rnrivas wrote:
ok thanks thats very helpful. So if I do not want any extra libraries other
than what the api provides I dont have to set anything extra.
Thanks!!
Richard S. Hall wrote:
By default, Felix sets the system packages property to export all of the
packages available in the execution JRE. It has a different property for
JRE 1.3, 1.4, 1.5, and 1.6, which are the properties you mention below.
These properties are no longer set in config.properties and are instead
set internally by Felix from its default.properties resource file. You
can still set this property if you want to override the default, but if
you just want to append packages then use the "extra" property mentioned
below.
-> richard
rnrivas wrote:
Not in felix >= 1.4 anymore. Use
org.osgi.framework.system.packages.extra unless you want to override
the default packages :-)
I'm trying to reverse engineer a config file from about a year ago and it
has libraries for java 3 -6. I cant really find documentation on what
this
used to mean since it is no longer used in the current felix version.
can
you explain what this was doing previously?
thanks!!
#
# Java platform package export properties.
#
jre-1.3=, \
javax.accessibility; \
javax.accessibility.resources; \
javax.naming; \
.
.
.
jre-1.6=, \
java.applet; \
java.awt; \
java.awt.color; \
java.awt.datatransfer; \
java.awt.dnd; \
java.awt.dnd.peer; \
java.awt.event; \
java.awt.font; \
java.awt.geom; \
java.awt.im; \
.
.
.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]