Patrick Finnegan wrote:
> .
>
> I jarred up tcllib but I can't get it to work .
>
> jar -cvf tcllib1.8.jar tcllib1.8
>
> C:\Tcl\lib>java -classpath tcllib1.8.jar tcl.lang.Shell
>
> % set auto_path
> resource:/tcl/lang/library
>
> % lappend auto_path resource:/tcllib1.8
> resource:/tcl/lang/library resource:/tcllib1.8
>
> % package require autoproxy
> can't find package autoproxy
>
What happens when you run:
source resource:/tcllib1.8/pkgIndex.tcl
If that does not work, then the package subsystem is not going to know
how to load the packages.
cheers
Mo DeJong
|