View Single Post
  #1 (permalink)  
Old April 5th, 2003
rshenk
Guest
 
Posts: n/a
Default nullpointerexception

I get the a nullpointer exception related to
a "guiRegistry" when I invoke phex

kite# java -jar phex.jar
java.lang.NullPointerException
at phex.gui.common.GUIRegistry.initializeGUISettings( Unknown Source)
at phex.gui.common.GUIRegistry.initialize(Unknown Source)
at phex.Main.main(Unknown Source)
Reply With Quote