Versions Compared

Key

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

...

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

The location of the JRE folderjvm.dll (from the Java JRE)

#JVM arguments -X and -D are added as vmarg.
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.

...