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


Reply via email to