Error added: 2011-03-25T09:56:57Z
The string used to invoke the conversion is not a valid string for the kind of conversion requested. For example converting "1333133507869" to an integer will fail since there are too many digits to convert to an integer. int in1 = Integer.parseInt("1333133507869"); A Java integer has a range of -2147483648 to 2147483647.
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: