PRB: Stack backtrace does not work (Excelsior JET 3.7 and below)
Article ID: 000015 PDF Version: 000015.pdf The information in this article applies to:
This article does not apply to Excelsior JET 4.0 and above. The similar article for Excelsior JET 4.0 and above can be found here 000024.
By default, stack trace printing is disabled in the JET runtime system (Throwable.printStackTrace() methods do nothing.)
SET JETVMPROP=-Djet.stack.trace MyJavaApp.exe Using the Control Panel, you may specify the property on the Target page: type jet.stack.trace in the System Properties field and recompile the application. Note: Enabling stack trace may negatively impact performance, if exceptions are thrown and caught repeatedly. The jet.stack.trace setting enables printing stack traces that contain only class names. If you need a detailed information including method names and line numbers, add this option -GENSTACKTRACE+ to the beginning of the project file and recompile your application. Note: The side effect of setting GENSTACKTRACE ON is the substantial growth (20% or more) of the resulting executable size.
Copyright © 2003-2006 Excelsior LLC. All rights reserved.
|
|
Home | Company | Products | Services | Resources | Blog | Contact | Request a Call Site: Search | Forum | Credits © 1999-2006 Excelsior LLC. All Rights Reserved. |