This is my java code. with the script quest.py i want that file.txt to execute from java. but not working. pleaseee help. i am stuck here
String command = "python C:/KDU/genquest-master/quest.py file.txt";
Process p = Runtime.getRuntime().exec(command );