-runsystempackages* PARAMETERS
Launcher
-
Example:
-runsystempackages=com.acme.foo,javax.management -
Pattern:
.*
The resolver will analyse the -runpath and -runfw JARs for any exported packages and make these available as system packages to the bundles. However, in certain cases this automatic analysis does not suffice. In that case extra packages can be added. These packages must, of course, be available on the class path.
For example:
-runsystempackages: \
com.sun.misc
