I need to distribute some TCL code as part of an enterprise application, and this code must be available to all nodes in the cluster. Due to security policy, the Tcl interpreter cannot access the TCL code from the filesystem, so I must make it available in a jar in the EAR itself.
How can I convince Jacl (1.4.1, if it matters) to find a pkgIndex.tcl for a package on the classpath?