Personalities/Java compiler =========================== * pjc version 0.1.9 Please read the INSTALL file!!! Compiling: ---------- the source files are located in the 'src' directory. there is a .java file : DepLeaf.java , it should be copied to the src/gen directory before compiling. run demjava if javac fails (this happens ussualy :-), you'll have to compile the .java files by yourself :-( (i.e.: cd gen ; javac -d classes *.java ) another way is to modify the javac script , adding the option -mx40M (this will increase the amount of memory handled by javac).