-
help me
Hi
when i try to load XML file im getting the following exception, pls explain the following exception and how to overcome
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
Thanks in advance
-
You haven't shown us the actual Exception, nor the code you're trying to run. It's impossible to guess what problem you are having.
-Gary-
-
my code is lengthy difficult to post,can u pls tell me why such excepion occurs?can u pls tell me possible root cause of the above exception i mentioned
-
You didn't mention any Exception. You posted a portion of a stack trace, but the Exception isn't there.
-Gary-
-
Create a small, self-contained, compilable piece of code that duplicates your problem and post this. Many times, just creating this, will illuminate your problem and allow you to solve it yourself.