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
dev:launcher [2022/11/15 13:55] – [Launcher] ursgrafdev:launcher [2022/11/16 11:40] (current) – [TestLauncher] ursgraf
Line 35: Line 35:
    
 ===== Standalone Launcher ===== ===== Standalone Launcher =====
-In the package //org.deepjava.launcher// there is also a standalone launcher. It can be started from the command line and accepts a deep project file together with a configuration as parameters.+In the package //org.deepjava.launcher// there is also a standalone launcher. It can be started from the command line and accepts a deep project file together with a configuration as parameters. It compiles and links but does not download to a target.
 <code> <code>
 Usage: java org.deepjava.launcher.StandAloneLauncher [/config ConfigName] deepfile Usage: java org.deepjava.launcher.StandAloneLauncher [/config ConfigName] deepfile
Line 55: Line 55:
 </code> </code>
 ===== TestLauncher ===== ===== TestLauncher =====
-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 parametersArguments 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"
dev/launcher.1668516909.txt.gz · Last modified: 2022/11/15 13:55 by ursgraf