Search code examples
javaexceptionjoptionpane

Show JOptionPane Message with any exception


I want to run my program in a Runnable Jar file but the problem is that sometimes I got errors and it display in the eclipse console, is there anyway I can display all runtime errors (exceptions) in a JOptionPane Message so I could know that my program is doing wrong withouts the console?


Solution

  • You can use global exception handler for UI thread.