|
<pekrzyz@xxxxxxxxxxxxxxx> wrote in message news:OF7C562C38.76A11347-ON85256D52.0065999E-85256D52.00652473@xxxxxxxxxxxxxxxxxx > My Java program fails and I see the stacktrace flash on the screen, I > can't seem to find it in any log file. > How can I capture the stacktrace to try and debug a faulty Java program, > or is it automatically > spooled somewhere on the AS400. I'm running on OS V5r2. The stack trace goes nowhere unless you put it somewhere. You have a few options ... 1. You can create a file print writer and override System.out to that writer. 2. You SHOULD be able to redirect stdout to a physical file on the 400 using OVRDBF. 3. You can put a delay or wait for keypress in your java program after the exception is thrown. david
This mailing list archive is Copyright 1997-2026 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.