欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Eclipse Equinox
来自开放百科 - 灰狐
(版本间的差异)
小 (Eclipse Equinox移动到Equinox) |
|||
第1行: | 第1行: | ||
Equinox is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems. | Equinox is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems. | ||
+ | ==Quick Start== | ||
+ | cd plugins | ||
+ | java -jar org.eclipse.osgi_3.3.2.R33x_v20080105.jar | ||
+ | osgi> install file:/home/allen/osgi/eclipse/plugins/org.mortbay.jetty_5.1.11.v200706111724.jar | ||
+ | osgi> install file:/home/allen/osgi/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar | ||
+ | osgi> install file:/home/allen/osgi/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar | ||
+ | osgi> install file:/home/allen/osgi/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar | ||
+ | osgi> start 1 | ||
+ | osgi> ss | ||
+ | osgi> stop 1 | ||
− | http://www.eclipse.org/equinox/ | + | ==Links== |
+ | *http://www.eclipse.org/equinox/ |
2008年3月21日 (五) 08:00的版本
Equinox is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems.
Quick Start
cd plugins java -jar org.eclipse.osgi_3.3.2.R33x_v20080105.jar osgi> install file:/home/allen/osgi/eclipse/plugins/org.mortbay.jetty_5.1.11.v200706111724.jar osgi> install file:/home/allen/osgi/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar osgi> install file:/home/allen/osgi/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar osgi> install file:/home/allen/osgi/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar osgi> start 1 osgi> ss osgi> stop 1
Links
分享您的观点