Hello everybody!

I am having problems w/ using the "package require" command.  It seems that
under jacl, I can't load libraries.  A copy of a short session is pasted
below.  When I'm in java and I use the interp.pkgRequire command, I still
receive an exception stating that it cannot find the library.

I'm using jacl1.2.4 and Tcl 8.0.5 on a machine running NT.

Any suggestions on what to try to get this to work?  I'm probably missing
something really obvious.  Thanks!

Ron

---
        C:\>tclsh80
        % package require Tnm
        3.0.0
        % package require http
        2.0
        % exit

        C:\>java tcl.lang.Shell
        % package require Tnm
        can't find package Tnm
        % package require http
        can't find package http
        % exit

C:\>java test
tcl.lang.TclException: can't find package Tnm 3.0
        at tcl.lang.PackageCmd.pkgRequire(PackageCmd.java, Compiled Code)
        at tcl.lang.Interp.pkgRequire(Interp.java:2858)
        at Scotty.<init>(Scotty.java:18)
        at test.main(test.java:7)
---

--------------------------------------------------------------------------
 Ron Espiritu      | [EMAIL PROTECTED] | "Through the firewall, out the 
 Software Engineer | 617.873.2967 VOX | router, down the T1, across the 
 BBN Technologies  | 617.873.4086 FAX | backbone, bounced from satellite,
                   |                  | it's nothing but net."
--------------------------------------------------------------------------

----------------------------------------------------------------
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