Skip to content

Commit 993efbc

Browse files
committed
update readme.txt
1 parent 8623d7b commit 993efbc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ executable : build native loader
9797
"server" for service config GUI apps (same as "window" type plus adds "-server" to executable and package names)
9898
"client" for client config GUI apps (same as "window" type plus adds "-client" to executable and package names)
9999
- {app}.cfg file contains executable properties:
100-
- CLASSPATH={list of jar files seperated by ;} //CLASSPATH will be adjusted to OS requirements
101-
- MAINCLASS={main class to find main()} //startup class to find main() or serviceStart() if apptype=service
102-
- DEBUG=true //enable JMX debugging (see JMX Debugging)
103-
- DEBUG_PORT={port} //JMX port binding (default = 9010)
104-
- OPTION={options} //JVM options such as heap size, GC options, etc.
105-
- JAVA_HOME={path} //alternative JVM home (default = search various locations which depends on OS)
106-
- METHOD={start method} //alternative main method (default = main or serviceStart)
100+
- CLASSPATH={jar files seperated by ;} //CLASSPATH will be adjusted to OS requirements
101+
- MAINCLASS={main class with main()} //startup class to find main() or serviceStart() if apptype=service
102+
- DEBUG=true //enable JMX debugging (see JMX Debugging)
103+
- DEBUG_PORT={port} //JMX port binding (default = 9010)
104+
- OPTIONS={options} //JVM options such as heap size, GC options, etc.
105+
- JAVA_HOME={path} //alternative JVM home (default = search various locations depending on OS)
106+
- METHOD={start method} //alternative main method (default = main or serviceStart)
107107
ffmpeg : copy ffmpeg libraries to project folder (Windows only)
108108
installapp : install files before package creation (Linux only)
109109
deb : build Debian deb file (after installapp)

0 commit comments

Comments
 (0)