0

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?

woyaru
  • 5,544
  • 13
  • 54
  • 92

1 Answers1

1

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

Ajinkya
  • 22,324
  • 33
  • 110
  • 161