Doug Orleans has developed Demeter/Java in Demeter/Java. Now you can run Demeter at home on your PC. The new system has been successfully tested and installed on the CCS system. The interface is the same: make test for generating make clean for cleaning and j-gen-make for generating the Makefile. I have run the new system in all homework directories and WWW examples. So when you look at Java code on the system it is most likely code which is generated by the new system. Demeter/Java in Demeter/Java is an interesting animal: it contains about 53 traversals and is about 2250 lines long. The class dictionary is about 270 lines. Take a look at this powerful software! From dougo@ccs.neu.edu Wed Jan 22 15:56:38 1997 From: Doug Orleans To: lieber@ccs.neu.edu cc: johan@ccs.neu.edu, lth@ccs.neu.edu, ghulten@ccs.neu.edu, binoy@ccs.neu.edu, kedar@ccs.neu.edu, boaz@ccs.neu.edu, wand@ccs.neu.edu, dougo@ccs.neu.edu Subject: demjava in Java (finally!) the relevant files are: /proj/demsys/demjava/src: demjava.cd, demjava.beh -- new source files. Under-commented. These will get cleaner soon. /proj/demsys/demjava/classes: demeter/*.class -- library classes (currently only Ident and Text). demeter/tools/demjava/*.class -- the demjava classes. Program.class has main(). --Doug