Personalities/Java compiler =========================== * pjc version 0.1.9 Installing on Unix systems -------------------------- *uncompress pj-compressed.tgz (e.g.: tar -xvzf .tgz), or pj-compressed.jar (e.g.: jar -xvf .jar). *after uncompressing the .tgz or .jar file, move the personalities directory to /usr/local or to a directory where you wish to install it. *add /usr/local/personalities/bin to the PATH system variable. (or /personalities/bin) *if you used another directory instead of /usr/local, edit the file /personalities/bin/pjc and make sure that CLASSPATH includes /personalities/personalities.jar *use it :-) Installing on Win32 systems --------------------------- *uncompress pj-compressed.tgz (e.g. using WinZip), or pj-compressed.jar (e.g.: jar -xvf .jar). *move the PERSONALITIES directory to C:\ (or to any other directory) *add C:\PERSONALITIES\BIN to the PATH system variable -in Windows 95/98 : add the following line to your autoexec.bat file PATH=%PATH%;C:\PERSONALITIES\BIN -in Windows NT : open the System icon in the Control Panel and click on the Environment tab. place the following variable in the lower list box (User vars) PATH %PATH%;C:\PERSONALITIES\BIN *if you used another directory instead of C:\PERSONALITIES, edit the file \PERSONALITIES\BIN\PJC.BAT and make sure that CLASSPATH incluses \PERSONALITIES\personalities.jar *use it :-)