MolStart Unix Systems Installation:
1. Download the Java 2 Platform, Standard Edition (J2SE) release version 1.4.2_03, J2SDK download. Choose your type of Unix SDK version to download. Click the link to download J2SDK if you install it on SGI computer, http://www.sgi.com/products/evaluation SGI version installs the J2SDK to /usr/java2 directory.
2 Add JAVA_HOME enviroment variable in .cshrc for csh shell.
setenv JAVA_HOME \usr\java
3. Modify Path enviroment variable to include java.
set path=(\usr\java\bin $path)
4. Download molstart from here and untar/unzip it. This will create a directory named molstart.
5. Change to molstart directory and type "java MolStart" to start MolStart application.
6. A script molstart is provided in the molstart directory, however you need to modify it for the location of the applications.
7. Jar files located at molstart directory are needed for "Compute" button to work. Therefore, starting the MolStart from molstart.csh is needed to include all the jar files into classpath enviroment.