The 'daemon' mechanism is a generic way to declare how to start your application. The name 'daemon' might be a bit misleading but it can be used to generate scripts for 'normal' applications (like GUI applications).
Each daemon that you declare need a set of platforms that it is to support. These are the available platforms:
The available platforms are different and some configuration options does not apply to all of them. For their specific usage and possible values see the usage page.
Option | win | unix | b-w | b-u | jsw |
---|---|---|---|---|---|
id | X | X | X | X | X |
Main class | X | X | X | X | X |
Command line arguments | X | X | X | X | X |
Show console window | X | X | X | N/A | ? |
Environment setup file name | X | X | X | X | ? |
JVM: Initial memory size | X | X | X | X | ? |
JVM: Max memory size | X | X | X | X | ? |
JVM: Max stack size | X | X | X | X | ? |
JVM: System properties | X | X | X | X | ? |
JVM: Extra arguments | X | X | X | X | ? |