R. Clayton (rclayton@monmouth.edu)
(no date)
Java 1.4 has been installed on cslab machines (under /usr/local/{bin, man,
...}) and rockhopper (under /usr/java/jdk{bin, man, ...}). For cslab machines
you should be good to go (but check to make sure /usr/local/bin is in PATH and
/usr/local/man is in MANPATH). For rockhopper you're probably going to have to
add /usr/java/jdk/bin to PATH and /usr/java/jdk/man to MANPATH. If you're
running sh, ksh, or bash put
[ -d /usr/java/jdk/bin ] && PATH=/usr/java/jdk/bin:$PATH
[ -d /usr/java/jdk/man ] && MANPATH=/usr/java/jdk/man:$MANPATH
in your .profile (or .bash_profile). If you're using csh you should do similar
things, but I don't know what exactly.
The documentation has also been installed locally so you don't have to go out
and truge across country via the Internet. Point your browser at (and
bookmark)
http://cslab.monmouth.edu:8080/cs498-598/langspec/jTOC.doc.html
http://cslab.monmouth.edu:8080/cs498-598/api/index.html
http://cslab.monmouth.edu:8080/cs498-598/vmspec/VMSpecTOC.doc.html
for the language spec, api spec, and jvm spec (respectively).
This archive was generated by hypermail 2.0b3 on Tue Aug 20 2002 - 12:45:04 EDT