jau-package - Version 2 - 16.1.1999 ==================================== A java-package to support you with some fine things. Look at http://www.jausoft.com/Java-1.1X/docs/JavaDevEnv.html This package is developed while seeking for a java-standard-development-environment. So the above link points to my documentation for this purpose ... It also describes the tools and the jau-package itself (a bit). If you have a standard JDK 1.1.5 capable browser, e.g. Netscapes-Communicato 4.5 or Hotjava, AND if you have JFC (Swing) 1.1 installed, you can check out the jau-packages in action ONLINE at: http://www.jausoft.com/Files/Java/1.1.X/JauPackage/tests/JauBrowser/JauHtmlBrowser.html http://www.jausoft.com/Files/Java/1.1.X/JauPackage/tests/SinusCoss/SinusCoss.html http://www.jausoft.com/Files/Java/1.1.X/JauPackage/tests/JauTabbedFolder/jtfA.html you need to have: ================= o Java2 or Java-Plugin 1.3, or o jdk 1.1.5 or greater :-) & Swing (JFC 1.1) o JavaCC 0.7 o a unix - make-tool (gnu-make) for documentation only: o latex2e o latex2html version 98.2 beta 8 (i use this one) INSTALL ======= if everything is installed well, edit the makefile to enter YOUR directory structure. compile java-classes with ´make´ generate the html-doku with ´make docs´ copy everything to your classpath with ´make classcpy´, assume that the makefile-makro DESTDIR contains your destination-path cd to ´test/SinusCoss´ and call ´javac *.java´ to generate the game SinusCoss 1.2 ! if DESTDIR is in your CLASSPATH, you can now invoke the game either with ´java SinusCoss´ or as an applet (with sound) with ´appletviewer SinusCoss.html´ thats it :-) sven