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

Recommended Answers

All 3 Replies

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 !

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.