Is is possible to check if the execution of a java program from python gives any error during runtime and compile time ?
Any help or sample code will be of real help..
Thanks in advance
Is is possible to check if the execution of a java program from python gives any error during runtime and compile time ?
Any help or sample code will be of real help..
Thanks in advance
Are you saying you want the output of a java console app?
Yeah i mean if i do somethin like
os.system('java out')
where out is the object of code and get some runtime error, the program(python script) should be able to know that the running malfunctioned !
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.