CS 691J - Spring '96

Topics in Object-Oriented Technology


When: Friday 9:00-11.30AM
Where: ACIV 006
Instructors: Enrico Gobbetti and Charles Nicholas

Programming Environment

Eiffel

Eiffel 3 from Interactive Software Engineering has been installed on the department's Silicon Graphics machines. To use Eiffel 3 tools, please add
  source /usr/cs/eiffel/.eiffel_login 
to your login. For more information: Warning: currently only 5 users are allowed to use concurrently the same Eiffel3 product.

Java

A partial port of the Java Development Kit JDK Beta 1.0 to IRIX 5.3 has been installed on the department's Silicon Graphics machines under /usr/cs/Java. To use JDK on the CS SGI machines, you have to define the CLASSPATH environment variable and to update your path. Under csh:
  setenv CLASSPATH .:/usr/cs/Java/classes
  set path=( $path /usr/cs/Java/bin )
  rehash
The port is provided by Silicon Graphics, which claims that it is "bug-compatible" with Sun's version. For more information:


Page maintained by Enrico Gobbetti, gobbetti@cs.umbc.edu