executable-jar

Cannot run python script from java jar

Cannot run python script from java jar Question: While working in IntelliJ everything worked but after I built jar it stopped. At first, it was just me forgetting to put it in jar build config, but now after making sure it is there, I still can’t run it. These are ways I try: InputStream script …

Total answers: 2

Distributing my Python scripts as JAR files with Jython?

Distributing my Python scripts as JAR files with Jython? Question: I have been a Python programmer for almost two years, and I am used to writing small scripts to automate some repetitive tasks I had to do at the office. Now, apparently my colleagues noticed this, and they want those scripts too. Some of them …

Total answers: 4