I have a Maven module that depends on various other Maven dependencies through which I look through my jython code.
Now I am ready, and I would like to compile the project as .jar or even just run it without compiling, but I do not know where to start.
Does anyone know how I can run some .py files that access some Java libraries in other packages?
Also, how can I compile it as a .jar file when everything is done and good?
Thank!
maven-2 jython
nubela Sep 07 2018-10-10T00: 00Z
source share