On Tue, 13 Apr 1999, Igor Belousov wrote:

> Dear Colleagues,
> 
> I have a problem with installing the Tcl Blend.
 
> There are Windows NT 4.0, JDK 1.2, Tcl 8.0.5 successfully running in my
> computer. I've installed Tcl Blend 1.1.1. I can run demo program (like
> SimplePackage) in "tclsh", but I CAN'T COMPILE JAVA FILES, that uses
> tcl.lang.*. I got the error message:
> 
> - package tcl.lang.* not found in import

You need to set the CLASSPATH so that it includes tcljava.jar and
jacl.jar.

set CLASSPATH=%SOMEDIR%\tclblend.jar;%SOMEDIR%\tcljava.jar;.

You could also try out the "development" version (1.2.2) of Tcl Blend
which includes a fixed "nmake -f makefile.vc demos" rule which will
compile the demos for you.
 
later
mo

> What could be the reason of this issue? I've set the PATH variables
> properly:
> 
> c:\jdk1.2\bin; c:\jdk1.2\jre\bin; c:\jdk1.2\jre\bin\classic; c:\Program
> Files\Tcl\lib\tclblend1.1.1
> 
> Thank you in advance,
> regards,
> 
> Igor Belousov
> 
> Research Fellow,
> De Montfort University, Milton Keynes, U.K.
> 
> 
> 
> ----------------------------------------------------------------
> The TclJava mailing list is sponsored by WebNet Technologies.
> 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]'. 
> A list archive is at: http://www.findmail.com/listsaver/tcldallas/
> 

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
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]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to