Is there any way I can check in Java if the String I'm receiving points to a valid Python installation directory?
The idea is to force the user to only give a valid path to his Python installation folder, and if the path is not valid, return an error to let them know.