I don't see the PATH to your Tcl dll.

Open a DOS prompt, then type:

        dumpbin -imports C:/Program Files/Tcl/lib/tclblend/tclblend.dll

For each dependent dll, make sure that you can find it on your path.

-- Jiang Wu
   [EMAIL PROTECTED]

> -----Original Message-----
> From: Dan Schenck [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 1:07 PM
> To: [EMAIL PROTECTED]
> Subject: [Tcl Java] Re: Problem Loading TclBlend
> 
> 
> Actually my installation of Java and Tcl do exactly follow 
> the example.  Is
> the lib subdirectory under C:\jdk1.2.2\jre\bin reachable, or 
> does that need
> to be in the path explicitly?  There are no library files in the
> C:\jdk1.2.2\jre\bin directory, only other directories.
> 
> Dan
> 
> -----Original Message-----
> From: Mo DeJong [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 3:02 PM
> To: Dan Schenck
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Tcl Java] Problem Loading TclBlend
> 
> 
> On Tue, 1 Aug 2000, Dan Schenck wrote:
> 
> > All,
> >
> > Hope someone can assist with this.  I am having trouble 
> loading tclBlend.
> I
> > am on Win NT 2000 using Tcl 8.3.1 and JDK 1.2.2.  When I do 
> a 'package
> > require java' her is what I get.  I think I have all of the 
> debug setting
> > turned on:
> 
> > currently, the PATH environment variable includes these directories:
> > C:\WINNT\system32 C:\WINNT C:\WINNT\System32\Wbem C:\ORANT\BIN
> > C:\jdk1.2.2\jre\bin C:\jdk1.2.2\jre\bin\classic "C:\Program
> > Files\Tcl\lib\tclblend" C:\ATF
> 
> > C:\jdk1.2.2\jre\bin AND C:\jdk1.2.2\jre\bin\classic AND C:\Program
> > Files\Tcl\lib\tclblend on the PATH."
> 
> > "load C:/Program Files/Tcl/lib/tclblend/tclblend.dll" failed:
> >  java.lang.UnsatisfiedLinkError: init
> 
> Your output worries me. Where are Tcl and Java installed on
> your system? The output your posted seems to indicate that
> the paths your are using are exactly the same as the example
> paths, which might just be by chance.
> 
> This "init" error typically means it can not find a Java
> shared lib for some reason.
> 
> 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
> 

----------------------------------------------------------------
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