error after build hi! after i build the source code, and type the command:
java -jar phex.jar
i have the error:
java.lang.NumberFormatException: For input string: "01 2"
at java.lang.NumberFormatException.forInputString(Num berFormatException.
java:48)
at java.lang.Integer.parseInt(Integer.java:456)
at java.lang.Integer.parseInt(Integer.java:497)
at phex.utils.VersionUtils.tokenizeVersion(VersionUti ls.java:174)
at phex.utils.VersionUtils.compare(VersionUtils.java: 140)
at phex.gui.common.GUIRegistry.updateGUISettings(GUIR egistry.java:416)
at phex.gui.common.GUIRegistry.loadGUISettings(GUIReg istry.java:253)
at phex.gui.common.GUIRegistry.initialize(GUIRegistry .java:92)
at phex.Main.main(Main.java:119)
why????
can some help me?
i have
jdk and jre 1.5
thanks! |