|
Hi, I have written a application in java which calls a CL program to perform a AS/400 task. I have made a symbolic link from ifs to my CL program. I call the program using: Runtime r = Runtime.getRuntime(); Process p = r.exec(cmdArray); Where cmdArray contains the program name and the parameters for the program. This part works fine. I then wait for the process to complete by calling p.waitfor() and then I check the exit status by p.exitValue(). The problem is that p.exitValue() allways returns 0, even though an error occured in the CL program. Does anyone know how to propagte an error back to the java program? Any assistance very much appreciated. Thorbjørn +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.