Article ID: 000015
Last Revised On: 26-Sep-2005
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.
|
Home | Company | Products | Services | Resources | Blog | Contact Store | Downloads | Support | Forum | Blog | Sitemap © 1999-2011 Excelsior LLC. All Rights Reserved. |