{{ message }}
Folders and files
Repository files navigation
准备环境:apt-get install jython
jython:
文件保存为*.py
运行方式为:jython *.py
jython能同时import java和python的类库,非常方便
jython文件打包jar:
引用https://github.com/yishenggudou/jythontools.git
新增说明:jython2.2以后就不维护jythonc了,详情通过https://wiki.python.org/jython/JythonMonthly/Articles/September2006/1 了解,但仍然支持打包成jar包
