I already had JDK bin directory in PATH, and adding classes.zip to CLASSPATH
didn't help:

% package require java
could not find java.dll, you may need to add the directory where java.dll lives
to your PATH environmental variable.
% set env(PATH)
c:\bin;C:\Inprise\vbroker\bin;C:\orant\bin;c:\jdk11\bin;C:\WINNT\system32;C:\WIN
NT;C:\PROGRA~1\TCL\bin;c:\jdk1.1.8\bin
% set env(CLASSPATH)
C:\Program Files\Tcl\lib\tclblend\tcljava.jar;C:\Program Files\Tcl\lib\tclblend\
tclblend.jar;\\broadmoor\drive d\tcl\classes;C:\classes;C:\jdk1.1.8\lib\classes.
zip


Any other ideas?  Have others installed the tclblend1.2.5  binaries for NT from
the Scriptics web site and gotten it to work?

Thanks,
Dave

Scott Redman wrote:
> 
> You need the JDK/JRE bin directory in your PATH.  For JDK 1.1
> you also need classes.zip in your CLASSPATH.
> 
> -- Scott
> 
> David Mosenkis wrote:
> >
> > I ftp'd tclBlend125-jdk11.zip from the scriptics site.  There are no
> > installation instructions, so I extracted the files under c:\program files\tcl.
> > When I run wish or tclsh and type "package require java", I get:
> >
> > could not find java.dll, you may need to add the directory where java.dll lives
> > to your PATH environmental variable.
> >
> > But I think this is a misleading message.  If I cd to the directory where
> > tclblend.dll is and try to "load" it, I get:
> >
> > couldn't load file "tclblend.dll": invalid argument
> >
> > Could this file be corrupt in the distribution?
> >
> > Also, are there instructions for how to install and get started with jacl?  I
> > ftp'd jacl125.zip, and it just contains 2 files:  jacl.tar and tcljava.jar.
> >
> > Thanks,
> > Dave Mosenkis
> >
> > ----------------------------------------------------------------
> > 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]'.
> 
> ----------------------------------------------------------------
> 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]'.

----------------------------------------------------------------
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]'. 

Reply via email to