To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53671
Issue #:|53671
Summary:|javavm service: uses -ea option for javavm
Component:|udk
Version:|680m125
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P4
Subcomponent:|code
Assigned to:|jl
Reported by:|jl
------- Additional comments from [EMAIL PROTECTED] Tue Aug 23 07:57:54 -0700
2005 -------
The javavm service sets the option -ea for the Java VM when build with debug
switch. This may cause problems with JREs prior 1.4.1 or JREs which are not from
Sun. For example the gjc 4 does not recognize it. This option should be set
through the tools->Java dialog.
The respective code in javavm/source/javavm:
#if OSL_DEBUG_LEVEL > 0
if(!getenv( "DISABLE_SAL_DBGBOX" ) )
jvm.pushProp(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("-ea")));
#endif
should be removed.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]