Hi
I am trying to use tclblend. When I start tclsh, and type "package require
java" it gives me an error message: "can't find package java"
What should I do to rectify this error. What environment variables should I
set for this?
Would appreciate if someone could help me on this.
Thanks
sai
On Sat, 25 Sep 1999, Angelica Ahuactzin Larios wrote:
You can not load Tcl extensions implemented in C into Jacl. If you want to
use C based Tcl extensions you will need to use Tcl Blend not Jacl.
I hope that helps
Mo DeJong
> Hello !!!
>
> I have some problems when I want to execute
Hello !!!
I have some problems when I want to execute Tcl´s code from
Java.
I have script in Tcl that makes the access to a data base in
Access, so in this code I have " package require tclodbc " when
I want it to execute from Java there is an error:
can't find packag