You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem Description

MIB Designer fails to start or fails to open a window with the following exception printed out on the console:

java.lang.NullPointerException
     at javax.swing.plaf.ColorUIResource.<init>(Unknown Source)
     at com.klg.jclass.table.JCTableUI.installDefaults(Unknown Source)
     at com.klg.jclass.table.JCTableUI.installUI(Unknown Source)
     at javax.swing.JComponent.setUI(Unknown Source)
     at com.klg.jclass.table.JCTable.setUI(Unknown Source)
     at com.klg.jclass.table.JCTable.<init>(Unknown Source)
     at com.klg.jclass.table.JCListTable.<init>(Unknown Source)
...

Solution

  1. Edit the file MIBDesigner3.cf in your home directory.
  2. Remove the line that starts with LookAndFeel=.
  3. Save the file and restart MIB Designer.
  • No labels