Skip to content
Discussion options

You must be logged in to vote

We added information about the classloader in the stacktrace. Netbeans doesn't understand it and doesn't know how to navigate to the class. The only way is to copy the stack trace, paste it into an editor, remove the classloader prefix so that you get just

Exception happened
	at mypacke.MyClass.someMethod(MyClass.java:111)

And then copy & paste into the Analyze Stack Window.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by patoessy
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants