deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:launcher

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:launcher [2022/11/15 13:54] – [Standalone Launcher] ursgrafdev:launcher [2022/11/15 13:55] – [Launcher] ursgraf
Line 4: Line 4:
   - Step   - Step
     * Eclipse Launcher: In Eclipse it possible to define run configurations and perform a run. This event is handled by the //launcher//.     * Eclipse Launcher: In Eclipse it possible to define run configurations and perform a run. This event is handled by the //launcher//.
-    * Standalone Launcher: The //launcher// can be started by command line. +    * Standalone Launcher: The //launcher// can be started on the command line. 
     * Test Launcher: The //launcher// is started directly by running as a regular application. This can be handy for debug purposes, see below.     * Test Launcher: The //launcher// is started directly by running as a regular application. This can be handy for debug purposes, see below.
   - Step   - Step
Line 57: Line 57:
 The TestLauncher is a helper class to start building projects directly from the eclipse development workspace without loading the deep plugin in the first place. The TestLauncher has to be launched as Java application with appropriate parameters Arguments could be: The TestLauncher is a helper class to start building projects directly from the eclipse development workspace without loading the deep plugin in the first place. The TestLauncher has to be launched as Java application with appropriate parameters Arguments could be:
   * --deepfile 555ExampleProject.deep --targetconfig BootFromRam   * --deepfile 555ExampleProject.deep --targetconfig BootFromRam
-  * --deepfile microzedExampleProject.deep --targetconfig BootFromRam --interface-files-path "<path>\org.deepjava.trglib"+  * --deepfile microzedExampleProject.deep --targetconfig BootFromRam --interface-files-path "<path>/org.deepjava.trglib"
   * --deepfile junitHostTest.deep --targetconfig BootFromRam   * --deepfile junitHostTest.deep --targetconfig BootFromRam
   * --deepfile microzedjunitTarget.deep --targetconfig BootFromRam   * --deepfile microzedjunitTarget.deep --targetconfig BootFromRam
dev/launcher.txt · Last modified: 2022/11/16 11:40 by ursgraf