Yeah, I have noticed that as well, I didn't put two and two together.

I just tried adding this to the static initializer in server/LPS.java, and
it seems to
stop it from happening

        System.setProperty("java.awt.headless", "true");

try that and see if it helps?

On Fri, Jun 4, 2010 at 10:59 AM, P T Withington <[email protected]> wrote:

> ...that causes java to 'come to the front' on OS X.  In the past this has
> been solved by something like making sure we link against the 'headless'
> AWT, otherwise just starting java causes it to create a menu bar which
> brings it to the front.  Damned annoying if you are running a build in the
> background.
>
> http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/
>
> I'm thinking maybe changes to how we compile the lfc or solo compile the
> console (or the magical compilation of the right-click menu LZX into the
> LFC) might be responsible.




-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to