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/environment
and add this line:
AWT_TOOLKIT=”Mtoolkit”
May 20th, 2007 at 3:51 pm
sudo nano /etc/environment
you must to have root privileges to do that
May 20th, 2007 at 7:35 pm
Well, don’t you have them,Alex?:)
May 20th, 2007 at 9:48 pm
vi /etc/environment
be a man, use a real editor
May 20th, 2007 at 9:51 pm
Haha, okay-okay, even though for me there is no big difference between vi and nano
July 4th, 2007 at 11:24 pm
Just add in $NETBEANS_HOME/bin/netbeans file :
export AWT_TOOLKIT=MToolkit
July 4th, 2007 at 11:48 pm
Thanks, Emmanuel for the tip and for stopping by this blog
July 6th, 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!!!
July 6th, 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
July 8th, 2007 at 9:21 am
3ks Emmanuel,it really works well
August 21st, 2007 at 9:47 pm
[...] ????: http://j4vk.com/wordpress/2007/05/20/netbeans-55-with-beryl-on-ubuntu/ [...]