简体   繁体   中英

Netbeans debugging error java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException

I'm using Netbeans 7.4 with Apache Tomcat to debug a servlet.

The Tomcat server is throwing an error:

java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException

I'm new to the Java thing, and I was asked to make changes to this app, but I can't get it to debug because of this error.

When I Google it, it shows as a bug in Netbeans, but I cannot find help on fixing the bug.

Does anyone have suggestions?

I assume you're referring to this.

https://netbeans.org/bugzilla/show_bug.cgi?id=232690

The bug history says this bug was fixed somewhere in July 2013.
I would try using the latest IDE version or pull a nightly build
(in which this bug's fix was reported as being available).

Then if you still see the bus is not fixed, you may want to contact the
Netbeans team providing all the details (which build you tested it
with, on which OS, how you reproduced the bug, etc.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM