[ http://issues.apache.org/jira/browse/HARMONY-1425?page=all ]
Mark Hindess closed HARMONY-1425.
---------------------------------
Fixes the problem for me so I'm sure the fix is good.
> [classlib][awt] getting NPE on any AWT app start
> ------------------------------------------------
>
> Key: HARMONY-1425
> URL: http://issues.apache.org/jira/browse/HARMONY-1425
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Reporter: Dmitry A. Durnev
> Assigned To: Mark Hindess
> Priority: Blocker
> Attachments: 1425-Toolkit.patch
>
>
> Creation of system EventQueue was commented out while removing compiler warnings in java.awt,
which causes the following exception on AWT start:
> java.lang.NullPointerException
> at java.awt.ToolkitImpl.getSystemEventQueueImpl(ToolkitImpl.java:525)
> at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:58)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:47)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|