I have an executable jar file with a mainClass
, named javaGateway
, located in a subpackage repository, named gateway_server
, which I want to run inside the package root folder, named gateway_code
, the parent folder of gateway_server
. I tried to run it but, my script is block when I run it on shell then it works. To find my package by python, I have setup in python env variable.
With:
java -cp iotcalcul.jar fr.iot.calcul.javaGateway
that works in shell but by calling this in python script, there is a problem.