Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jxBrowser を Java (Swing) アプリケーションに組み込みました。エラーが発生すると、アプリケーション全体がフリーズします ;( JxBrowser エラーを分割して、アプリケーションで正常に動作し続ける方法はありますか?
よろしく、 ピロル
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?