ingrid.yao@Eng 2000-11-27
===========================
Problem reported by Merlin CAP member:
J2SE Version (please include all output from java -version flag):
U:\>java -version
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b40)
Java HotSpot(TM) Client VM (build B40, mixed mode)
Does this problem occur on J2SE 1.3? Yes / No (pick one)
> No.
Operating System Configuration Information (be specific):
>Microsoft Windows 2000 [Version 5.00.2195]
Hardware Configuration Information (be specific):
>Dell Dimension XPS R450
>PII 450 MHZ with 384 MB RAM
Bug Description:
Class path difficulties and Hotspot VM error.
F:\Temp\XML4J>java -cp .\xerces.jar;.\xercesSamples.jar sax.SAXCount data/personal.xml
java.lang.ClassNotFoundException: org/apache/xerces/parsers/SAXParser
#
# HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F57494E13120E435050034A
#
# Problematic Thread: prio=5 tid=0x002345D8 nid=0x42c initialized
#
Steps to Reproduce (be specific):
See attached zip(XML4JTest.zip) file. The file contains the ibm alpha
works distribution of the xerces xml parser as well as 2 batch files
that run one of the sample programs provided (by IBM). For some reason,
running the example class with JDK1.4 always throws a class not found
error even though the class is present. The same code executes without
error under JDK 1.3.0.
- duplicates
-
JDK-4394071 limited overriding of core classes
-
- Closed
-
- relates to
-
JDK-4480330 Local Scoping in JAR files
-
- Closed
-