I\'m programming the python module that executes SQL to DBMS and retrieves data. I\'m trying to use jdbc jar files instead of native DB drivers. I\'m wondering how to execut
If you are using Linux you can use the os.system command:
os.system("your_java_file > out_put_file")
This command will execute the file and print the output to the out_out_file Then you can read the output file.