https://bugs.openjdk.java.net/show_bug.cgi?id=100221
If I try to open a file and then select a file from the 'recently used'
documents list the file dialog crashes. Here is the full exception.
Exception in thread "Thread-10" java.lang.NullPointerException
at sun.awt.X11.GtkFileDialogPeer.setFileInternal(GtkFileDialogPeer.java:79)
at sun.awt.X11.GtkFileDialogPeer.run(Native Method)
at
sun.awt.X11.GtkFileDialogPeer.showNativeDialog(GtkFileDialogPeer.java:166)
at sun.awt.X11.GtkFileDialogPeer.access$000(GtkFileDialogPeer.java:39)
at sun.awt.X11.GtkFileDialogPeer$1.run(GtkFileDialogPeer.java:108)
I've got Gnome 3 on linux mint 12 and I'm using the default openjdk version.