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´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 package tclodbc
> 
>          I think that all scripts and .dll in Tcl does not find them...
> ... I make the call to Tcl with:
> 
>           Interp interp = new Interp();
>           interp.evalFile("conexion.tcl");
> 
>          I am a little new in Tcl and Java,   what i am making bad?
> 
>          I am working with Tcl 8,0, Java 1,1,8, Jacl1.1.1 and Windows 98
> 
>                 Thanks ...
>                 Angelica Ahuactzin Larios.
> 
> Note: Excuse my ingles, this is not very good
> 
> 
> 
> 
> 
> ----------------------------------------------------------------
> The TclJava mailing list is sponsored by WebNet Technologies.
> 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]'. 
> A list archive is at: http://www.findmail.com/listsaver/tcldallas/
> 

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
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]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to