First start

    Netsilon is delivered as a ZIP file. The product can be installed in any folder location (about 10 Mb).

    Presentation

    The application is given by 25 files with different targets:

    You should not modify, delete or replace these files.

 

    Execution

    Netsilon is written in Java and can be used on any platform which runs a compatible Java virtual machine (1.3 compliant). ObjeXion recommends :

Notice: proper execution of Netsilon requires libraries, like Xerces, Xalan and others to access databases. An error message (such as "No class def found error"), at program start, or while reading or writing a project file, often indicates that a wrong library is taken. This happens typically with the Java VM for Windows from IBM. Check then if there are no overriding libraries.

    Netsilon requires memory resources. It is advised to specify the maximum amount of memory allocated to the virtual machine (most Java VM allocate 64 Mb by default). A good compromise is 2/3rd of the available memory. 128 Mb is a minimum, 256 is recommended. To specify the amount of memory to allocate, there is a non-standard option -Xmx???m, where ??? is the memory size in Mb. Refer to your Java VM documentation to find the supported options.

    Netsilon is delivered as a JAR executable file, as well as several XML files. If the Java VM supports the -jar command line option, use it o start Netsilon. If the VM does not support this option, run uci.uml.Main after having specified the absolute path to the jar file, in the environment variable CLASSPATH.

Examples of command lines

java -Xmx256m -jar NetsilonInstallationPath/WebProject.jar

set CLASSPATH=%CLASSPATH%;NetsilonInstallationPath\WebProject.jar 

java -Xmx256m uci.uml.Main

set CLASSPATH=$CLASSPATH:NetsilonInstallationPath/WebProject.jar 

java -Xmx256m uci.uml.Main

    Netsilon may be started with options as well. For instance, to specify the help option:

java -Xmx256m -jar NetsilonInstallationPath/WebProject.jar -help

The following command line options are available:

 

Previous    Summary    Next