Equinox is an osgi Implementation of eclipse, and later versions of eclipse3.1 are all started through it.
You can download the latest equinox version from the eclipse website at http://download.eclipse.org/equinox /. If you have installed a version later than eclipse 3.1<Install location>/pluginsYou can findOrg. Eclipse. osgi_3.2.0_xxx.jarThis is the implementation file of equinox.
HereArticleWe useOrg. Eclipse. osgi_3.7.2.v20120110-1415.jarFor example.
Create directoryD: \ develop \ equinox-osgi, Will download the fileOrg. Eclipse. osgi_3.7.2.v20120110-1415.jarCopy to the new directory.
Open the DOS window, switch to the D: \ develop \ equinox-osgi directory, and run the following command to start equinox:
Java-jar org. Eclipse. osgi_3.7.2. V20110 10-1415. Jar-Console
If Equinox is successfully started, we can see thatOsgi>Prompt.
Input??You can see all the commands supported by equinox.
For more information, see the following link:
Getting and using the Equinox osgi implementation