I am trying to read the executable jar file using python. That jar file doesn’t have any java files. It contains only class and JSON files. So what I tried is What my expected output is, it reads the input(inputs) and passes it to the given class method(someclass.class) and it should return some response for me. But the actual output