Installation of the Agentsystem POND ====================================== 1) Install the Java Runtime Environment/Java Development Kit. Testing has been done only with version 1.4, but 1.2 or later should be sufficient. 2) Install the Java 2 Enterprise Edition. At least version 1.4 is required. 3) Unpack the Agentsystem to a folder of your liking (avoid spaces in the path!) and note this path (e. g.: "c:\java\agents"). 4) Install the security provider: Go to your Java Runtime Environment and open the file "java.security" (Path: ...\jre\lib\security\java.security) Add after the similar lines a new line, replacing the question mark with the next free number, security.provider.?=iaik.security.provider.IAIK and save the file. 5) Set the security policy: Go to your Java Runtime Environment and open the file "java.policy" (Path: ...\jre\lib\security\java.policy) Add at the end the following lines, replacing "<>" with the complete path you noted above (where you installed the agentsystem to; e. g. "file:/c:/java/agents/-"), grant codebase "file:/<>/-" { permission java.security.AllPermission; }; and save the file. If you are installing on a windows system, replace backslashes ("\") in your path with slashes ("/"). 6) Open the file "SetPath.bat" in the directory where you installed the agentsystem to (e. g.: "c:\java\agents\SetPath.bat") and replace both in CLASSPATH and PATH the relative pathes by absolute ones. In PATH, the complete path to where you installed the JRE binaries should be placed (e. g. c:\j2sdk1.4.1\jre\bin). in CLASSPATH, the dot (".") should be replaced by the path where you installed the agentsystem (e. g. replace ".\jars\iaik_jce.jar" with "c:\java\agents\jars\iaik_jce.jar"). 7) Execute "GUISystem1.bat" in the directory you installed the agentsystem to and the main window should yome up! The system installation is complete!