我可以从 java -jar myjar.jar 调用 jython 脚本吗?
我有一个 python 脚本,我相信我可以将其转换为 jython。我想调用 java -jar myjar.jar 来启动我的应用程序。是否可以调用该命令,并让主类调用该脚本(是否必须将其转换为 jython)?该脚本启动我的程序。让我知道,这可能听起来有点迂回,但它可以节省大量的开发时间并提供短期解决方案。
I have a python script that I believe I can convert to jython. I want to call java -jar myjar.jar to launch my application. Is it possible to call that command, and have the main class call that script (does it have to be converted to jython)? The script launches my program. Let me know, it might sound a little roundabout, but it could save a ton of development time and deliver a solution for the short-term.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以基于 Jython
http://wiki.python.org/jython/JythonFaq/ 创建一个 jar分发JythonScripts
You can create a jar base on you Jython
http://wiki.python.org/jython/JythonFaq/DistributingJythonScripts