Question

I am working on Spring MVC project in Eclipse Juno. I have a few packages with my classes. Once I have used one class in another from different package I have occured this error in pop-up message:

An error has occurred. See error log for more details.
assertion failed: 

And there is not nothing more informations. What should I do in Eclipse to prevent such errors?

Was it helpful?

Solution

First read about What is assertion.
And looks like assertions are enabled try to run program after disabling it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top