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 "OM2M/Starting"

Line 6: Line 6:
 
* The NSCL is an Eclipse product. So when you build the project from source code, you will be able to alternatively start the NSCL by running "nscl.exe" on Windows or "nscl" binary on other platforms. This native launcher essentially finds and loads the JVM.  
 
* The NSCL is an Eclipse product. So when you build the project from source code, you will be able to alternatively start the NSCL by running "nscl.exe" on Windows or "nscl" binary on other platforms. This native launcher essentially finds and loads the JVM.  
 
* Once the NSCL is started, you will see an OSGi console. You can type “ss” to report a summary status of all installed bundles. Type "exit" to shutdown.
 
* Once the NSCL is started, you will see an OSGi console. You can type “ss” to report a summary status of all installed bundles. Type "exit" to shutdown.
[[File:Example.jpg]]
+
[[File:OM2M-start-NSCL.jpg]]

Revision as of 11:12, 18 April 2014

  • Go to the "om2m/nscl" directory.
  • You can launch the NSCL directly by invoking the JVM as follows:
> java -jar -ea -Declipse.ignoreApp=true -Dosgi.clean=true -Ddebug=true -Dosgi.console.enable.builtin=true plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -console -noExit 
  • The NSCL is an Eclipse product. So when you build the project from source code, you will be able to alternatively start the NSCL by running "nscl.exe" on Windows or "nscl" binary on other platforms. This native launcher essentially finds and loads the JVM.
  • Once the NSCL is started, you will see an OSGi console. You can type “ss” to report a summary status of all installed bundles. Type "exit" to shutdown.

OM2M-start-NSCL.jpg

Back to the top