View Single Post
  #1 (permalink)  
Old May 23rd, 2005
cris23titi2005 cris23titi2005 is offline
Apprentice
 
Join Date: May 23rd, 2005
Posts: 7
cris23titi2005 is flying high
Default 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!
Reply With Quote