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 26605 - NetBeans does not start on JDK 1.3.1
Summary: NetBeans does not start on JDK 1.3.1
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 13:00 UTC by Tomas Hurka
Modified: 2008-12-22 23:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Ide.log (10.17 KB, text/plain)
2002-08-19 13:04 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2002-08-19 13:00:35 UTC
Dev build 2002/08/19
IDE does start on JDK 1.3.1 due to
javax.xml.parsers.FactoryConfigurationError:
org.netbeans.core.xml.NbSAXParserFactoryImpl
On JDK 1.4.1 everything seems to be OK.
See attachment for more details.
Comment 1 Tomas Hurka 2002-08-19 13:04:01 UTC
Created attachment 7127 [details]
Ide.log
Comment 2 Tomas Hurka 2002-08-19 16:48:21 UTC
This issue was caused by the following fix of issue #26126 in
bin/runide.sh

revision 1.39
date: 2002/08/14 14:15:45;  author: jglick;  state: Exp;  lines: +4 -4
#26126: preserve API compatibility using on-the-fly bytecode patching.
----------------------------
Comment 3 Jesse Glick 2002-08-19 17:11:00 UTC
Starts fine for me. Looking at your log file, you have all kinds of
crap in lib/ext/ which are not supposed to be there: jaxp.jar, jh.jar,
etc. etc. In a current dev build you should have only:

-rw-rw-r--    1 jglick   jglick      31938 Aug 19 11:27 boot.jar
-rw-rw-r--    1 jglick   jglick     153201 Aug 19 11:27 crimson.jar
-rw-rw-r--    1 jglick   jglick      29871 Aug 19 11:27 regexp.jar
-rw-rw-r--    1 jglick   jglick      35418 Aug 19 11:27 rmi-ext.jar
-rw-rw-r--    1 jglick   jglick     319782 Aug 19 11:27
terminalemulator.jar
-rw-rw-r--    1 jglick   jglick    2041193 Aug 19 11:27 xerces.jar
-rw-rw-r--    1 jglick   jglick     108484 Aug 19 11:27 xml-apis.jar
Comment 4 Tomas Hurka 2002-08-21 10:57:53 UTC
Jesee, you are right. Those old jars were in
nb_all/core/release/lib/ext/ directory and since ext directory is in
.cvsignore in nb_all/core/release/lib I did not know about them. :-((
Comment 5 Jesse Glick 2002-08-21 16:46:09 UTC
Oops, that .cvsignore should not be there, I will delete it.