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 33594 - Seems to include lib/ext/xerces jar in execution classpath
Summary: Seems to include lib/ext/xerces jar in execution classpath
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-14 11:23 UTC by jrockey
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The test program that is triggering the problem (6.53 KB, text/plain)
2003-05-14 11:28 UTC, jrockey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrockey 2003-05-14 11:23:56 UTC
When using the
org.apache.xerces.impl.xs.psvi.XSNamedMap class
from xerces (whose API changed between xerces
2.0.2 supplied with NB and xerces 2.4.0 which I
use for development):

- NB 3.5rc1 compiles the the code OK (using xerces
2.4.0 which I mounted)
- on execution, using the external execute, I get
a NoSuchMethodError for method getLength() (which
used to be called getMapLength() in xerces 2.0.2)
Comment 1 jrockey 2003-05-14 11:28:11 UTC
Created attachment 10290 [details]
The test program that is triggering the problem
Comment 2 jrockey 2003-05-14 11:29:11 UTC
Note: I could not reproduce this problem using the same version of NB
under Linux.
Comment 3 David Konecny 2003-05-14 12:10:42 UTC
Problem in Java executor? Please evaluate and pass back if you
disagree. At the moment it seems to me that either the java executor
is missconfigured or it (somehow) uses wrong library.
Comment 4 Jan Becicka 2004-07-22 10:00:27 UTC
Fixed by new build system in promo-D