This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 37260 - Incorrect IBM java launcher argument -ea
Summary: Incorrect IBM java launcher argument -ea
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-11-15 15:06 UTC by eppesuigoccas
Modified: 2008-12-22 20:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eppesuigoccas 2003-11-15 15:06:36 UTC
In the trunk snapshot dated 200311131900 there is
an incorrect argument in bin/ide.cfg.
The -J-ea flag will make the JVM from IBM stop,
resulting in netbeans not starting up.
Comment 1 Marian Mirilovic 2003-11-19 14:44:31 UTC
Jesse, Petr please look at it.
Comment 2 Petr Nejedly 2003-11-19 15:13:35 UTC
Is the JDK 1.4-class? Does it support assertions?
Comment 3 eppesuigoccas 2003-11-19 22:16:12 UTC
It is jsdk 1.4.1. How may I check if it does support assertions?
Comment 4 Jesse Glick 2003-11-19 23:19:22 UTC
Read the documentation for the J2SDK! Sun's SDK uses -ea to turn on
assertions, the new language feature in 1.4. If the IBM SDK uses a
different switch, we need to know what it is. Need to see console
output from NetBeans to see what is going on.
Comment 5 Petr Nejedly 2004-01-06 16:25:58 UTC
Can't fix the problem w/o additional info.
Please reopen with more info.
Comment 6 eppesuigoccas 2004-01-06 17:12:58 UTC
Sorry for the long delay on giving more informations. I just checked
the problem against the latest build and I am not able to reproduce it.