[update] Sorry guys! processbuilder works fine, but it was my other problem. It was just that I didn't run it in a virtual environment with the libraries needed for my python code installed... Thanks!
I'm running a Python file from a Spring Boot application, but the Python script uses external libraries like pandas, which Spring Boot doesn't recognize, so it fails to execute. Actually, it's not a failure because there's nothing worth referencing... I want to know the method. Can this be resolved using Jython, ProcessBuilder, or JEP (Java Embedded Python)? If it's possible, please explain how to do it! Or if you have any references I can refer to, I would really appreciate it