Test GUI

Try out our Tsunami Graphical User Interface!

Instructions

You will need java 1.4.2 or higher installed on your machine. You can download java from here.

If you are running from Windows,  you will need to download (Save) the GUI jar file to your desktop:
 

Download tsunami.jar

Open a windows command window:

Click on Start --> Run then type cmd

Enter the following 2 commands at the prompt in the command window:

1)   cd Desktop

2)  java -Dtsunami_home_path=$TSUNAMI -jar tsunami.jar

 

If running in Unix / Linux environment, you will need to download (Save) the jar file from the link below then use the following command in an xterm window to start the GUI:
 

java –Dtsunami_home_path=$TSUNAMI -jar tsunami.jar

Please Note:  The start command must be run in the same directory that the tsunami.jar file was saved to.

Download tsunami.jar