Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Download Other OSGi"

(Install in Felix or other OSGi)
(Install in Felix or other OSGi)
 
Line 1: Line 1:
 
==Install in Felix or other OSGi==
 
==Install in Felix or other OSGi==
# Install pax-runner from [http://paxrunner.ops4j.org/space/Pax+Runner]
+
# Install pax-runner from [http://paxrunner.ops4j.org/space/Pax+Runner http://paxrunner.ops4j.org/space/Pax+Runner]
 
# pax-run --args=https://github.com/ECF/ECF4Felix/raw/master/eclipse.ecf.dosgi.args
 
# pax-run --args=https://github.com/ECF/ECF4Felix/raw/master/eclipse.ecf.dosgi.args
# Open [http://localhost:8080/system/console/]
+
# Open [http://localhost:8080/system/console/ http://localhost:8080/system/console/]
  
  
See README for doing this at [https://github.com/ECF/ECF4Felix]
+
See README for doing this at [https://github.com/ECF/ECF4Felix https://github.com/ECF/ECF4Felix]

Latest revision as of 18:39, 10 March 2011

Install in Felix or other OSGi

  1. Install pax-runner from http://paxrunner.ops4j.org/space/Pax+Runner
  2. pax-run --args=https://github.com/ECF/ECF4Felix/raw/master/eclipse.ecf.dosgi.args
  3. Open http://localhost:8080/system/console/


See README for doing this at https://github.com/ECF/ECF4Felix

Back to the top