简体   繁体   English

Jython独立jar和包

[英]Jython standalone jar and packages

是否可以创建一个包含jython包(pynum,python-excel,...)的jython独立(jar)?

Yes. 是。 Jython FAQ on distribution . 关于发行的Jython常见问题 Basically, you just need to have the /Lib directory inside the Jython jar. 基本上,您只需要在Jython jar中包含/ Lib目录。 You can add modules there - as long as they are Jython compatible (ie no native part). 你可以在那里添加模块 - 只要它们兼容Jython(即没有本机部分)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM