posted 12 years ago
Ok, so I'm writing this game. It was working fine using the 1.7_02 jdk, but then I downgraded it to 1.5 so that it would run on my brother's Mac. Now when I run it, it can't load png files. Here's the code that generates the exception:
This code generates the following stacktrace + exception
I also tried this instead, but it gave me the same thing
If anyone has any ideas why 1.5 would throw this exception but 1.7 wouldn't that would be great.