Re: got "failed to initialize mozilla" while trying to load mozswing
blues-man <[email protected]> Sun, 8 Feb 2009 20:14:18 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <a74a3701-903e-4ed4-a80f-02b3b19efa56__24753.1664478176$1234153014$gmane$org@v13g2000yqm.googlegroups.com> |
hi, i could successful get fullscreen on linux adding Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); myMozillaWin.setBounds(0,0,screenSize.width, screenSize.height); to the code that initialize the mozilla window! after many tries...:) about those JVM crashes, I think they were for the flash plugin 10 that I tried to install by the adobe installer..then I put the debian one and all seems ok! Thanks