[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Dan Schenck
Mo, My bad. I was looking at the wrong directory when I told you that C:\jdk1.2.2\jre\bin didn't have any library files in it. Here are the dlls in that directory: ActPanel.dll JdbcOdbc.dll agent.dll audio.dll awt.dll cmm.dll dcpr.dll fontmanager.dll hpi.dll hprof.dll java.dll jpeg.dll math.dl

[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Jiang Wu
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 [m

[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Mo DeJong
On Tue, 1 Aug 2000, Dan Schenck wrote: > 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, on

[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Dan Schenck
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 Messag

[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Mo DeJong
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: > curr

[Tcl Java] Re: Problem Loading TclBlend

2000-08-01 Thread Scott Redman
Which tclblend.dll did you download? There are different versions for JDK 1.1 and JDK 1.2, it seems as if you might be using the one built for JDK 1.1. -- Scott > -Original Message- > From: Dan Schenck [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 01, 2000 9:29 AM > To: [EMAIL PROT

[Tcl Java] Problem Loading TclBlend

2000-08-01 Thread Dan Schenck
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: == cal

[Tcl Java] Problem Loading TclBlend (fwd)

2000-08-01 Thread Brent Welch
forward from non-list member Brent 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: ===

[Tcl Java] Re: [Fwd: Next steps to a Jacl interp command.]

2000-08-01 Thread Mo DeJong
I have a couple of questions about your Interp patch. In Catch.java, your patched version looks like: result = interp.getResult(); if (argv.length == 3) { try { interp.setVar(argv[2], result, 0); } catch (TclException e) {