Using Jython with Maven
Asked 07 September, 2021
Viewed 2.2K times
  • 67
Votes

I have a Maven module, that depends on various other Maven dependencies by which I am accessing through my jython code.

I am now done, and I would like to compile the project as a .jar, or even just run it without compiling, but I have no clue where to start.

Does anyone have any idea how I can run some .py files that accesses some Java libraries in other packages?

Also, how can I compile it as a .jar file when all is done and good?

Thanks!

4 Answer