To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102164
------- Additional comments from [email protected] Wed Sep 16 12:43:50 +0000 2009 ------- @mux2005: I could reproduce this with Sun's Java 6u13 and the simple program public final class EditorTest { public static void main(String[] arguments) { Thread.currentThread().setContextClassLoader(null); new javax.swing.JEditorPane("text/plain", ""); } } and I too cannot see that JEditorPane states any requirements that would allow this to fail. I filed a (Sun-internal, 6882559) issue against javax.swing, and will keep you updated on any further information. (For now, it might work to not explicitly set the default "text/plain" content type for the JEditorPane---just calling new javax.swing.JEditorPane() instead did not throw, but I am not an expert in that area.) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
