Information about Using DrJava with Compiz
IntroductionCompiz is a window manager for the X Window System on Linux. It uses 3D graphics hardware to display windows and special effects. Unfortunately, using Compiz together with the Swing GUI library in Java older than Java 6.0_20 causes problems (see bug report): DrJava or your entire system may crash. It seems Sun/Oracle fixed this problem in Java 6.0_20. We therefore suggest that you upgrade your version of Java to Java 6.0_20 or newer. If you This issue is caused by an incompatibility between Compiz and Java, and we, the developers of DrJava, cannot do anything to fix this problem. If you still experience problems after upgrading to Java 6.0_20 or newer, we recommend that you disable Compiz. We also suggest that you use the latest versions of Compiz and Java, so you can benefit from possible bug fixes made by Sun/Oracle and the Compiz developers. Below, we have instructions for some common Linux distributions. Update JavaPlease follow the instructions to install Java for Linux developed by Sun/Oracle. Disable Compiz on UbuntuOn Ubuntu (7.10 or newer), please do the following to disable Compiz:
Disable Compiz from the TerminalOpen a Terminal (or Console or Command Line Window) and type the following to disable Compiz: metacity --replace &This assumes that you have the Metacity window manager installed on your system. References
|