The problem isn't specific to the plugin. It affects the whole JVM. Simply instantiating a Frame or JFrame crashes it.
As a simplified test, you can create the file, Test.java: class Test { public static void main(String[] args) { new java.awt.Frame(); } } Then, assuming icedtea is the default JVM, run: javac Test.java java Test And it crashes. Building my own package prevents the problem. Strange... -- icedtea-java7-plugin always crashes firefox https://bugs.launchpad.net/bugs/152362 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs