Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the bin from before 2014.02 there will also be a file of the same name with the extension .ini (e.g. Your_region.ini. Since the executable is generic (except for the name) this file contains all the information required to launch your application. JVM arguments are all specified in a numbered fashion such as vmarg.1, vmarg.2, .., vmarg.n. Similarly, command-line arguments are all specified in a numbered fashion such as arg.1, arg.2, .., arg.n.

 

vm.location=../jre/bin/client/jvm.dll

The location of the JRE folder

vmarg.1=-Xms512mInitial amount of memory available for FEWS

vmarg.2=-Xmx1024m

Amount of memory available for FEWS

classpath.1=*.jar

all the jars in the Delft-FEWS bin dir forming the classpath

main.class=nl.wldelft.fews.gui.explorer.Application

 Main class.

working.directory=.

Location of the Delft-FEWS bin dir

arg.1=../Anglian_SA

Path to the folder containing the configuration. Note that when the tag $USER_HOME$ is part of the foldername, it will be resolved by Delft-FEWS to the user.home directory.

...