[Tcl Java] Package require java fails

2000-10-24 Thread Sai Geetha M N
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

[Tcl Java] Re: [Tcl Java] package require

1999-10-25 Thread Moses DeJong
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

[Tcl Java] package require

1999-10-25 Thread Angelica Ahuactzin Larios
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