Since Netbeans uses a typical Java Interface, using Beryl becomes a bit confusing, because you’ll see only a blank window!
This can be solved in two ways:
- Switch off Beryl Window Manager
- Or run:
nano etc/environmentand add this line:
AWT_TOOLKIT="Mtoolkit"
English


Russian
Alex
May 20, 2007 at 3:51 pm
sudo nano /etc/environment
you must to have root privileges to do that
Andrey Vystavkin
May 20, 2007 at 7:35 pm
Well, don’t you have them,Alex?:)
Leonid Mamchenkov
May 20, 2007 at 9:48 pm
vi /etc/environment
be a man, use a real editor
Andrey
May 20, 2007 at 9:51 pm
Haha, okay-okay, even though for me there is no big difference between vi and nano
Emmanuel
July 4, 2007 at 11:24 pm
Just add in $NETBEANS_HOME/bin/netbeans file :
export AWT_TOOLKIT=MToolkit
andrey
July 4, 2007 at 11:48 pm
Thanks, Emmanuel for the tip and for stopping by this blog
Dagwud
July 6, 2007 at 2:07 pm
Thanks all – I followed Leonid’s advice (gotta admit, man – I’m with you on VI
but didn’t get a result until I followed Emmanuel’s post too – it works beautifully, thanks! No more quitting Beryl every time I want to develop!!!
Andrey
July 6, 2007 at 3:53 pm
Your welcome, Dagwud.
Yeah, that was really annoying to switch on and off Beryl during the work, since once you install it, it’s really hard to quit using it
banch
July 8, 2007 at 9:21 am
3ks Emmanuel,it really works well
Meddling Around v2.2.0 » Blog Archive » Beryl & Netbeans 5.5 ?? Ubuntu 6.10
August 21, 2007 at 9:47 pm
[...] ????: http://j4vk.com/wordpress/2007/05/20/netbeans-55-with-beryl-on-ubuntu/ [...]