I'm doing some crazy math type stuff making composites of images and things like that and everything is going just great! I mess it up badly a few times, but eventually I find the errors and now everything is correct except this one line.
Integer.parseInt("ff8ca87c", 16);
This gives me a NumberFormatException for some reason. Do you know why that is?
Exception in thread "main" java.lang.NumberFormatException: For input string: "ff8ca87c"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.valueOf(Unknown Source)
0xprefix at all. – Polynomial Feb 8 at 9:34