error after cvs-build hi!
after i build the source code from cvs, and type the command:
java -jar phex.jar
i have the error:
ava.lang.NullPointerException
at phex.gui.common.FWPopupMenu.addAction(FWPopupMenu. java:55)
at phex.gui.tabs.library.LibraryTab.initComponent(Lib raryTab.java:132)
at phex.gui.common.MainFrame.setupComponents(MainFram e.java:203)
at phex.gui.common.MainFrame.<init>(MainFrame.java:97 )
at phex.gui.common.GUIRegistry.initialize(GUIRegistry .java:117)
at phex.Main.main(Main.java:120)
michael@bigblue ~ $ java -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)
michael@bigblue ~ $ ant -version
Apache Ant version 1.6.2 compiled on August 6 2005
i have deleted the ~/.phex - dir without success. what should i do? |