I have tried 3 different versions of Java and I still get the same error when trying to load BEM on my Linux Mint PC. Here's the error I'm getting:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.nortelnetworks.eem.tree.BaseTreeController.restoreTreeExpansion(BaseTreeController.java:1643)
at com.nortelnetworks.eem.tree.BaseTreeController.access$100(BaseTreeController.java:109)
at com.nortelnetworks.eem.tree.BaseTreeController$1.run(BaseTreeController.java:210)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
I'm not understanding why Java barfs on BEM in Linux, but the same code loads just fine in Win7. I'm out of my element at this point. Any suggestions would be appreciated
Brian Cox
Georgia Telephone