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"

(New page: ==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.dosg...)
 
(Install in Felix or other OSGi)
Line 1: Line 1:
 
==Install in Felix or other OSGi==
 
==Install in Felix or other OSGi==
1.) Install pax-runner from [http://paxrunner.ops4j.org/space/Pax+Runner]
+
# 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
+
# pax-run --args=https://github.com/ECF/ECF4Felix/raw/master/eclipse.ecf.dosgi.args
3.) Open [http://localhost:8080/system/console/]
+
# Open [http://localhost:8080/system/console/]
  
  
See README for doing this at [https://github.com/ECF/ECF4Felix ECF's github ECF4Felix location]
+
See README for doing this at [https://github.com/ECF/ECF4Felix]

Revision as of 18:39, 10 March 2011

Install in Felix or other OSGi

  1. Install pax-runner from [1]
  2. pax-run --args=https://github.com/ECF/ECF4Felix/raw/master/eclipse.ecf.dosgi.args
  3. Open [2]


See README for doing this at [3]

Back to the top