FLAP - Facilities Layout Applet/Application v1.0 FLAP is an applet or application that visualizes the Facility Layout Problem. It is a Java 1.1 program. To run FLAP, you will need either a Java Development Kit 1.1 compliant browser. Also FLAP can be run as a stand-alone application. Please see the FAQ and/or manual for more information For more information about Netscape, please visit http://www.netscape.com For more information about Internet Explorer, please visit http://www.microsoft.com/ie For more information about Java and the JDK, please visit http://www.javasoft.com/products/jdk --- To extract the files in this archive run "tar xvf flap.tar" (Unix) or open the archive with WinZip (Windows). Winzip is shareware and available at http://www.winzip.com --- To run FLAP via a Java 1.1 compliant browser: Open index.html --- To run FLAP via a command line as a stand-alone application: Set your CLASSPATH variable to point to the "flap" folder. For example, "setenv CLASSPATH $CLASSPATH:$HOME/flap/classes" (UNIX, csh) You can add the above line to your .cshrc file or type it in a shell. Here the "/flap" directory is in "~/". "set CLASSPATH=$CLASSPATH;C:\temp\flap\classes" (Windows) You can add the above line to your autoexec.bat or type it in a shell. Here the "\flap" directory is in "C:\temp". Now simply, run your favorite JVM with the FacilityFrame class. For example, "java FacilityFrame" if you are using the JDK1.1 on a shell prompt. "jre FacilityFrame" if you are using the JRE1.1 on a shell prompt. --- To compile FLAP (if you have the source), type the command in the flap/src directory "javac -O -d ../classes *.java" in /flap/src --- Please see the manual for in-depth information and the faq page for general FLAP questions. Sidarth Khoshoo 3/11/98 Copyright (c) 1998 The Regents of the University of California