Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#ccc
bgColor#ddfddd
titleBGColor#5cc35c
borderStylesolid
titleMIB Designer FAQ

 Solutions to frequently asked questions and queries about AGENT++ Java SNMP tools and commonly encountered issues those products that are not related to a specific product only:

Children Display
depth2
styleh3

Problem

AgenPro, MIB Explorer, or MIB Designer does hang after accepting license and confirming to set a MIB repository path.

Root Cause

There seems to be. bug in the Mac OS X Java runtime regarding the Aqua look & feel support. Using the file chooser while the main windows (the frame) is not displayed yet, results in a deadlock. Although Java 1.8.0_144-b01 does not fix it.

Solution

...

  1. Create a text file named AgenPro4.cf in your home directory
  2. Add the following line to that file:

    Code Block
    languagebash
    LookAndFeel=com.jgoodies.looks.plastic.Plastic3DLookAndFeel
  3. Restart AgenPro

...

Start MIB Explorer with the Kunststoff look & feel:

Code Block
languagebash
java -jar map-pro.jar -kunststoff

After the main window is displayed, you can change the look and feel back to Aqua using the Preferences dialog.

...