Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 17, 2017 01:26
Show Gist options
  • Save dileeph/fedb1fa1fc390d9afe60fd57d09fa8a6 to your computer and use it in GitHub Desktop.
Save dileeph/fedb1fa1fc390d9afe60fd57d09fa8a6 to your computer and use it in GitHub Desktop.
equinox setup
http://www.eclipse.org/equinox/documents/quickstart-framework.php
http://download.eclipse.org/equinox/drops/R-Neon.3-201703010400/index.php
• somedir/
○ configuration/
§ config.ini
○ org.apache.commons.logging_1.1.1.v201101211721.jar
○ org.apache.felix.gogo.command_0.10.0.v201209301215.jar
○ org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar
○ org.apache.felix.gogo.shell_0.10.0.v201212101605.jar
○ org.apache.mina.core_2.0.7.v201401071602.jar
○ org.apache.sshd.core_0.7.0.v201303101611.jar
○ org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar
○ org.eclipse.equinox.console.ssh_1.0.100.v20131208-1728.jar
○ org.eclipse.equinox.console_1.1.200.v20150929-1405.jar
○ org.eclipse.osgi_3.11.3.v20170209-1843.jar
○ org.slf4j.api_1.7.2.v20121108-1250.jar
Then edit config.ini as:
osgi.bundles=org.apache.felix.gogo.runtime,\
org.apache.felix.gogo.command,\
org.apache.felix.gogo.shell,\
org.eclipse.equinox.console,\
org.slf4j.api,\
org.apache.commons.logging,\
org.apache.mina.core,\
org.apache.sshd.core,\
org.eclipse.equinox.console.ssh@start,\
org.eclipse.equinox.console.jaas.fragment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment