To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=47888
------- Additional comments from [EMAIL PROTECTED] Tue Jul 19 09:08:01 -0700 2005 ------- Unfortunately, I would guess that this behavior is permanent based on the fact that this behavior (i.e. a CFRunLoop must be running in the primordial thread) exists in all Cocoa applications. Starting with Java 1.4, Apple reimplemented their JVM's AWT code using the Cocoa APIs and future JVM versions will likely remain Cocoa. For the last few years now, this behavior has seemed to be pretty deeply embedded with Cocoa. It may have something to do with the fact that Cocoa is written in Objective-C, but I don't know for sure. Interestingly, Java 1.3.1 which was written using the Carbon APIs behaves like Sun's JVM in that it starts a native event loop in a secondary thread that it spawns. So, apparently Carbon (which is older and is not written in Objective-C) does not suffer from this behavior. --------------------------------------------------------------------- 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]
