Command Line Computation for z2 Home Launching

SYNOPSIS

java -jar z.jar <vmopts> {-javaw} {-mode:<mode>}* - <prog opt>


OPTIONS

    -mode:<mode>
        A VM command line profile defined in launch.properties
        
    -javaw        
        use javaw.exe (on windows) rather than java.exe

PROGRAM OPTIONS  <prog opt>

    -?              
        displays this documentation

    -np             
        no prompt (e.g. for service environment)

    -pause			
        pause and wait for an enter keystroke before loading up

    -gui			
        start a gui from the home process (allows interactive sync, termination and more)

NOTE

Progam options will be appended to the command line for the actual Home Launcher class. 

Note: Command line computation is simply the main class for z.jar and used by bin/go.sh 

If you have no idea what this is, check out the documentation at

http://www.z2-environment.eu/v27doc

For other usages try:

#
# Direct Home Launching
#
java -cp z.jar com.zfabrik.launch.HomeLauncher -?

#
# Main program component invocation 
#
java -cp z.jar com.zfabrik.launch.MainRunner -?


#
# (Remote) manage Z2 via JMX 
#
java -cp z.jar com.zfabrik.launch.Manage -?


