Packaging and deploying a Jython program from Eclipse

前端 未结 2 907
长发绾君心
长发绾君心 2021-01-06 14:56

So I\'ve been pigeon-holed into writing some Jython code. I\'ve been using the latest version of Eclipse IDE with the PyDev plugin for development. Up until now, things ha

2条回答
  •  醉话见心
    2021-01-06 15:40

    Make your life easier and just use Maven and the mavenjython compile plugin.

    See my answer of this question: Using Jython with Maven

    You get full automation of the build and deploy process, and the result is a jar that includes jython and all other dependencies.

提交回复
热议问题