Java Code Information for
CS 343: Artificial Intelligence
- For instructions on setting up the course Java code under the
department Unix envirnonment, see this short
guide.
-
Othwerwise, a jar file for the course Java code is available
here , for installing under some other environment.
- You may use Java on any platform you desire. However, the TA and I will
only provide help with system problems if you use it on the departmental Unix
workstations (Linux machines and UltraSparcs). If you do not know Unix, you can
take one of the short courses on Unix basics offered by the department
computing staff and/or see the department computing facilities FAQ file and general
lab information.
- The code we will use in the class is available on the departmental file
system in the directory
/u/mooney/cs343-code/ir/
. If you do not
use departmental Unix machines, it is your own responsibility to transfer this
code and make whatever changes are needed to get it to run on your system.
- The HTML Javadoc documentation for this code is grouped by package and
available off the course homepage.