Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要分发一些 TCL 代码作为企业应用程序的一部分,并且该代码必须可用于集群中的所有节点。由于安全策略,Tcl 解释器无法从文件系统访问 TCL 代码,因此我必须使其在 EAR 本身的 jar 中可用。
我怎样才能说服 Jacl(1.4.1,如果重要的话)在类路径上为包找到 pkgIndex.tcl?
Jacl 在变量 auto_path 中寻找 pkgIndex
如果你执行命令 puts $auto_path 你会看到例如:
资源:/tcl/lang/库
添加您的路径: lappend auto_path 资源: