1


i embedded jxBrowser to my java (Swing) Application. When an error occurs this freezes my entire application ;(
Is there a way to part the JxBrowser error so that I can continue to work normally in my application?

Best regards,
Pirol

PirolA
  • 11
  • 3

1 Answers1

1

It's hard to say why some error causes entire application freezing. An example or steps to reproduce would help in resolving this issue. You could try checking the dump of Java threads when freezing happens. Maybe an error causes threads deadlock?

Vladimir
  • 1
  • 1
  • 23
  • 30