Versions Compared

Key

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

Step 2.A Define a root-directory for the application

Assumption:

  • The NGMS<NGMS-root root> directory is located at D:\NGMS-root
  • The NGMS\bin-root directory contains the FEWS-binary, located D:\NGMS\bin
  • the NGMS\jre-root directory contains the Java RunTime Environment (version 1.5.0_11), located in D:\NGMS\jre

Sample names:

  • the Region<Region>-directory is named MyRegion <Region> and is located in D:\NGMS\MyRegion<Region>
  • the model abbreviation is named XXX
  • the full model name is YYY

...

Step 2.C Create associated executable for testing purposes

In the NGMS \bin-directory, copy and rename javaw.exe to MyRegion<Region>.exe
In the NGMS \bin-directory, copy and rename NGMSapp.jpif to MyRegion<Region>.jpif

Open the jpif-file and replace the last line by the region-directory. The content should be as follows:

..\jre
-mx1024m
-cp
$JARS_PATH$
nl.wldelft.fews.gui.explorer.Application
MyRegion <Region>