From dougo@ccs.neu.edu Tue Jan 21 11:07:07 1997 Received: from atlas.ccs.neu.edu (dougo@atlas.ccs.neu.edu [129.10.113.77]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id LAA07192; Tue, 21 Jan 1997 11:07:02 -0500 (EST) From: Doug Orleans Received: (dougo@localhost) by atlas.ccs.neu.edu (8.8.4/8.6.4) id LAA08530; Tue, 21 Jan 1997 11:07:00 -0500 (EST) Date: Tue, 21 Jan 1997 11:07:00 -0500 (EST) Message-Id: <199701211607.LAA08530@atlas.ccs.neu.edu> To: lieber@ccs.neu.edu cc: dnb@ccs.neu.edu, woj@ccs.neu.edu, kedar@ccs.neu.edu, binoy@ccs.neu.edu, johan@ccs.neu.edu, com1205@ccs.neu.edu Subject: CLASSPATH problem fixed Status: R I had links to the JDK classes in the demsys directory, which were somehow interfering with Netscape applets, so I removed them. You should now be able to set CLASSPATH to: .:/proj/demsys/demjava/classes and you will be able to run both applets and Demeter/Java applications. Probably the best way to set this is with the following line in the file "~/.software": CLASSPATH=.:/proj/demsys/demjava/classes Note: applets won't work if you put /share/unix/lib/java in CLASSPATH, because this is where the JDK classes live; fortunately, the "java" script adds this to CLASSPATH automatically. Let me know if you are still having problems. --Doug