Re: Is CLASSPATH necessary for Jigsaw operation?

On Tue, 22 Feb 2000, PGG wrote:

> Is it necessary to set the CLASSPATH environment
> variable to operate Jigsaw 2.0.4? I was able to
> install and launch Jigsaw on Win98 using Install.bat
> and Jigsaw.bat without any CLASSPATH; I haven't
> configured Jigsaw yet, though. I'm using the newest
> release of JDK (SDK 2, JDK 1.2.0 I believe).

Well, the scripts are setting the CLASSPATH before invoking the java VM.
the CLASSPATH is the only way for the java VM to find the classes it will
use.

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Wednesday, 23 February 2000 04:38:37 UTC