To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926


User sb changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|jl                        |sb
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Fri Feb 18 11:23:02 +0000 
2011 -------
The remaining problem was that merely calling SwingUtilities.invokeLater already
triggers the dreaded "Apple AWT Java VM was loaded on first thread -- can't
start AWT." failure.  So, the solution is to wrap the call to
SwingUtilities.invokeLater in a fresh thread, to avoid calling invokeLater on
the AppKit thread.  (Note that the invokeLater part is necessary on all
platforms, to conform to the Swing threading requirements.  It was erroneously
missing from the ScriptEditorForBeanShell code.)

The attached ScriptEditorForBeanShell.patch fixes this for the BeanShell editor.
 The JavaScript editor apparently has the same problem and will need to be
fixed, too.

---------------------------------------------------------------------
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to