[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Java.exe crashes when collect object reference
|
Hi
Iam using Eclipse 3.0 (release) with Hyades 3.0.
When I attach to a java process and start object collection , the java.exe
crashes everytime. I found a post of a similar problem and the solution was to
use jdk 1.3. But when I tried to run eclipse with jdk 1.3 it didn't run at all
and the log file states:
java.lang.ClassNotFoundException:
javax.xml.parsers.SAXParserFactory
at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at
java.security.AccessController.doPrivileged(Native Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
What is the solution to this problem ? Iam
not able to analyze a memory leak due to this
problem.