PDA

View Full Version : Netbeans 6 m10 and intelliJ not working with compiz-fusion


Ali_Taimur
July 8th, 2007, 10:01 PM
Hello,

After installing compiz-fusion, i cant seems to use neither Netbeans or IntelliJ. All i see is a grey window. Any idea how to fix that?

Ali_Taimur
July 12th, 2007, 11:42 AM
bump

levele304
August 27th, 2007, 07:35 PM
experiencing the same problem..


any suggestions?

genxian
August 27th, 2007, 08:38 PM
I have experienced the same problem. I was able to get Netbeans to install by disabling Compiz-Fusion temporarily (switch back to the default gnome metacity). After Netbeans was installed I re-enabled Compiz-Fusion and noticed that I could not get Netbeans to launch. I disabled Compiz-Fusion but Netbeans will stil not launch. I am stuck now. Anyone have ideas?

Thanks,

Brandon

SigmundL
September 21st, 2007, 08:45 AM
Add

AWT_TOOLKIT="MToolkit"

to .bashrc or /etc/environment

/S

cpudney
May 22nd, 2008, 05:25 AM
G'day,

I had this problem with IntelliJ 6.04 running with JDK6.0u4 on Hardy (http://ubuntu-linux-dell-inspiron-9400.blogspot.com/2008/05/compiz-effects-causing-problems-for.html). It's a known bug for Java Swing apps running with Compiz.

I tried setting:

AWT_TOOLKIT=MToolkit

and while this solved the empty dialog windows when Compiz effects were enabled it caused other problems, namely, windows losing keyboard focus (even more annoying than the empty JDialogs).

The workaround is to install JDK6.0_u10 beta (build 24) (http://ubuntu-linux-dell-inspiron-9400.blogspot.com/2008/05/compiz-effects-causing-problems-for.html) and use this to run your Java Swing apps. In the case of IntelliJ IDEA set JDK_HOME to the path to JDK6.0_u10.

HTH,
Chris.

BARlotta
July 19th, 2008, 09:34 AM
Just installed JDK6u10 (bld27) and haven't seen the empty dialog box issue (at least not yet) - netbeans 6.1. Thanks for the tip on this. Hadn't heard that update 10 was fixing this.