Sunday, July 22nd, 2007...3:26 pm

Java App Empty Window under Compz-Fusion / Beryl

Jump to Comments

This weekend I was playing around with Ubuntu 7.04 and Compiz-Fusion, I didn’t have any major problems until I tried to get Oracle SQL Developer and Aqua Data Studio to work, they would start up but no interface would be drawn.

Well the problem is that they were trying to figure out the Window Manager for themselves and failing.

To fix this add:

export AWT_TOOLKIT=MToolkit

to your bash profile/rc or just in the respective shell script of the app.

Now we can wobble our windows while we code :)

Leave a Reply