Jörg Schaible edited a comment on Bug XSTR-709

This seems to be the same problem as reported in eclipse bug database: https://bugs.eclipse.org/bugs/show_bug.cgi?id=345652

Another thread: http://lists.apple.com/archives/java-dev/2008/May/msg00116.html suggest that some other awt classes do load fine, seems like java.awt.Color is a bad choice to just check if the AWT is present.

Hmm. No solution yet. When I try to load AWTError, it succeeds, but an installation without AWT support will fail later then. Same applies, when I try to load Color without initializing the class :-/

What happens when you call

Toolkit.getDefaultToolkit()
directly before you initialize XStream?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to