Configure Eclipse Equinox

To configure Eclipse Equinox:
Configure Eclipse Equinox for your environment:
OptionDescription
If running Eclipse Equinox under Glassfish
  1. Open the config.ini file located at <glassfish install directory>/glassfish/osgi/equinox/configuration.
  2. Add this package prefix to the config.ini file:
    org.osgi.framework.bootdelegation=com.singularity.*
If running Eclipse Equinox under the WebSphere Application Server Liberty profile
  1. Open the bootstrap.properties file in the JVM directory <WLP_home>/usr/servers/<server_name> for editing.
  2. Add this code line:
    org.osgi.framework.bootdelegation=com.singularity.*
See Getting Started with Equinox.