JCE 1.2 beta 3 installation instructions bug

Randy L. Milbert (rmilbert@MIT.EDU)
Wed, 10 Jun 1998 18:16:10 -0500

Message-Id: <3.0.32.19980610181558.0068d1ac@po8.mit.edu>
Date: Wed, 10 Jun 1998 18:16:10 -0500
To: java-security@web1.javasoft.com
From: "Randy L. Milbert" <rmilbert@MIT.EDU>
Subject: JCE 1.2 beta 3 installation instructions bug

To whom it may concern,

I believe that the installation instructions for JCE 1.2 beta 3
located at

http://developer.java.sun.com/developer/earlyAccess/jdk12/jce12_install.html

may be overlooking something. I was unable to get the package
running using long file names in the CLASSPATH (as recommended
in the documentation).

Both of the following did not work:

SET CLASSPATH=C:\Program Files\jdk1.2\jce12-ea2-dom\lib\jce12-ea2-dom.jar

SET CLASSPATH="C:\Program Files\jdk1.2\jce12-ea2-dom\lib\jce12-ea2-dom.jar"

The following did work:

SET CLASSPATH=C:\PROGRA~1\JDK1.2\JCE12-~1\LIB\JCE12-~1.JAR

I was executing the AUTOEXEC.BAT from an MS-DOS prompt in Windows 95.

Randy