Tarik Guelzim

Computer Science, Networking, Telecom, Web 2.0 & Open Source

An expert is a person who has made all the mistakes that can be made in a very narrow field.


--- Niels Bohr (1885 - 1962)

Assuming that you have Beryl installed and configured, it is known that Netbeans will start and display a blank screen. This is due to the fact that Beryl doesn’t support SWT yet. This is a workaround this situation:

  #yum install libXp
  assuming you're using bash
  $ echo "export AWT_TOOLKIT='MToolkit'" >> ~/.bashrc
  $ echo "export AWT_TOOLKIT='MToolkit'" >> ~/.bash_profile

  $source ~/.bashrc
  $~/.bash_profile

and this should work.

Comments are closed.