MIB Designer 3.x fails to start
Last modified by Admin on 2024/05/25 21:21
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)
...
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)
...
Root Cause
The problem is caused by an incompatibility of the configured Java Look&Feel with the graphics card driver. It can be sovled by using another Look&Feel.
Solution
- Edit the file MIBDesigner3.cf in your home directory.
- Remove the line that starts with LookAndFeel=.
- Save the file and restart MIB Designer.