javafx

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

Running python script from jar file

Running python script from jar file Question: I have been working on java app that uses python script to run some 3d visualization, it worked when I was running it from intellij but once I created jar file it just doesn’t run. OS: MAC OS How I run script: Process p1 = Runtime.getRuntime().exec(“python3 vizualize3D.py”); Asked …

Total answers: 3