[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-12 Thread Moses DeJong
I double checked with a stock JDK 1.1.8 on windows 95, and it looks like the file file called javai.dll in JDK 1.1.8. It looks like the warning inside pkgIndex.tcl needs to be updated. Could you try opening the tclblend.dll file you have with "quickview" under windows by right clicking on the .dll

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-12 Thread schenck
: tcljava Subject: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT Mo, Thank you for your help. I added the extra debug line, and the problem is indeed that it is failing to find java.dll. In fact, I don't have a java.dll anywhere on my system

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-12 Thread David Mosenkis
Mo, Thank you for your help. I added the extra debug line, and the problem is indeed that it is failing to find java.dll. In fact, I don't have a java.dll anywhere on my system (even though I have jdk1.1.8 from Sun installed). I looked on a colleague's machine, and he has java.dll only in his

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-11 Thread Moses DeJong
On Thu, 11 Nov 1999, David Mosenkis wrote: > I already had JDK bin directory in PATH, and adding classes.zip to CLASSPATH > didn't help: This warning is generated by the loadtclblend proc inside pkgIndex.tcl. It seems to indicate that your PATH does not include a directory that has a file called

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-11 Thread Scott Redman
I see two jdk 1.1.x directories in your path. The "c:\jdk11\bin" might be the wrong one, check it or remove it from your PATH. I have a feeling that "c:\jdk1.1.8\bin" is what you want. -- Scott David Mosenkis wrote: > > I already had JDK bin directory in PATH, and adding classes.zip to CLASSP

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-11 Thread David Mosenkis
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

[Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-11 Thread Moses DeJong
On Thu, 11 Nov 1999, David Mosenkis wrote: As yes, the catch-22 of the binary dist. The binary version is really designed for people that have used Tcl Blend before. The reason for this is that you need to set your PATH and CLASSPATH env vars correctly before Tcl Blend will even load (there are c

[Tcl Java] Re: [Tcl Java] TclBlend 1.2.5 on NT

1999-11-11 Thread Scott Redman
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. >