JDK 1.1

The following two chapters describe how to install MULTILIZER to JDK 1.1 and how to compile and run the Dcalc sample application.

Add Multilizer Package

Set the CLASSPATH to include the current file and <mldir>\multilizerall11.jar file.

For example:

set CLASSPATH=.;c:\ml\multilizerall11.jar

If you use Swing you have to add the Swing classes to the CLASSPATH as well. For example:

set CLASSPATH=.;c:\ml\multilizerall11.jar;c:\swing\swingall.jar

Compile the sample application

Multilizer contains several sample applications and applets.

To compile and run the Dcalc application:

  1. Go to the <mldir>\samples\dcalc dicretory.
  2. To compile, type javac *.java and press Enter.
  3. To run, type java Dcalc and press Enter.