Java Development Environment 3.0
jview /cp c:\windows\java\qsi.zip qsi.class
You just copy qsi.zip to \windows\java\classes\ and go to a dos prompt in that directory and type
SET CLASSPATH=%CLASSPATH%;qsi.zip
jview qsi.class
If the classpath statement gives you errors, just use
SET CLASSPATH=qsi.zip
instead.
This was the MS JVM 1.51 or whatever, not the MS JavaSDK 2.0 preview
VM.