On Tue, Jul 7, 2009 at 11:38 PM, brett.wooldridge < [email protected]> wrote:
> John, know any reason the new hosted mode on OS X would be trying to > launch firefox? Safari is my default OS browser, and Eclipse is > configured to use the system default browser. But the new hosted mode > console reports "Launching firefox" ... followed by matching spewage > of NS* (NetScape) errors in the Eclipse console. Thanks. If by "new hosted mode" you mean OOPHM, that would be because it just execs firefox URL. As we get it ready for release in 2.0, that will be cleaned up. Until then, you just have to copy/paste the URL into a different browser. The NS* errors are likely because you have the SWT jars on your classpath and Eclipse is helpfully adding -XstartOnFirstThread, which breaks Swing apps. See the UsingOOPHM wiki page for details. -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
