On Tue, 22 Aug 2000, Boyapati, Srinivas (IndSys) wrote:

> hi
> 
> i have down loaded binray version of jacl. in that i got jacl.jar and
> tcljava.jar
> i set those jar files in my path enveron variable of my system( i am
> working on windows NT system).
> 
> then i tryed to run jacl by typing java tcl.lang.Shell
> 
> then i got error  class tcl/lang/Shell not found.
> 
> please give guideance to slove this problem( to install properly)
> 
> thanks for ur support
> srinivas

You need to put the jar file on the CLASSPATH, not the PATH.

like so:

set CLASSPATH=C:\jacl.jar;C:\tcljava.jar
java tcl.lang.Shell

Mo DeJong
Red Hat Inc

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to