====== Command Line Options ====== jMax uses a number of //command line parameters// to parametrize the system. These parameters are specified on the command line: jmax [-help] [-javaopt option] ... options ... Supported command line parameters are the following: == Help == * ''-help'' : print a short help message. == Options related to Packages == * ''-jmaxNoNetworkPackages "yes"'' : If this option is specified, jMax will not attempt to connect to the network repositories to download packages. == User interface related == * ''-jmaxStyle '' : Select the user interface style : the option take precedence over the content of the .jmax.xml configuration file. * ''-jmaxWidth '' : For single windows interfaces, set the width of the window to . * ''-jmaxHeight '' : For single windows interfaces, set the height of the window to . == Connection to computational server (fts) == Usually you do not need to use these options, unless you are running the user interface on a different machine or you are debugging jMax Phoenix. * ''-jmaxServerDir '' : The directory where to find the fts executable, default to the installation directory. * ''-jmaxServerName '' : The nameof the fts executable, default to a value compatible with the platform (fts on unix based OS, fts.exe on windows). * ''-jmaxConnection '' : The type of the connection to the server, default to local. Supported connection types are: *''udp'': for an udp connection * ''tcp'': for a tcp connection. * ''udpclient'': for a UDP based connection to an already open fts process * ''tcpclient'': for a TCP based connection to an already open fts process started in tcp server mode. * ''local'': for a pipe based connection (the default). * ''-jmaxHost '' : In case of a udpclient or tcpclient connection , the host name of the server. * ''-jmaxPort '' : In case of a udpclient or tcpclient connection, the port number of the server. == System related == * ''-jmaxNoRealTime "yes"'' : If "true", run the server without runtime privileges. * ''-debug'' : Start the Java user interface in debug mode (check the debug documentation on the wiki). *'' -javaopt '' : Pass directly to the java virtual machine.