CS 6570 Distributed Computation
JDA Installation Procedures
- JDA Installation on UNIX
- Put this into your .login file (after the "set path" command): source ~billard/setjava1.5
- To get JDA software: cp -rf /home/faculty/billard/public_html/jda .
-
- this is the easiest installation, and the last resort if unable to run on home PC
- JDA Installation on a home PC
- Get a JDK 1.5: http://java.sun.com/products/archive/
- To get JDA software: jda.zip
- Make a 6570.bat in DOS:
- Set the path to your Java installation directory: path=< your Java installation path >\bin;%path%
- Set your classpath: set CLASSPATH=.;..
- Run your bat file: 6570.bat
- Java Compilation
- cd jda
- javac InitLelannBAD.java [after coding]
- java InitLelannBAD
- To run GUI with state transitions
- cp JOS/JOS.local JOS/JOS.class
- java InitLelannBAD
- java JDAmenu [to run many applications]
- cp JOS/JOS.remote JOS/JOS.class