Closed GoogleCodeExporter closed 8 years ago
I'm sorry, I should be more specific. What doesn't work is loading Bitmaps.
Specifically, this line (106):
is = getClass().getResourceAsStream(resName);
In the debugger I've tried:
getClass().getResourceAsStream("center.png");
getClass().getResourceAsStream("/center.png");
getClass().getResourceAsStream("\\center.png");
and they all return null.
Original comment by kurtzm...@gmail.com
on 21 Mar 2011 at 3:41
Never mind - this is because the OpenStreetMapViewer project doesn't use the
JAR file, so it fails. When you use the JAR proper, it works.
Original comment by kurtzm...@gmail.com
on 21 Mar 2011 at 3:59
Original issue reported on code.google.com by
kurtzm...@gmail.com
on 21 Mar 2011 at 3:34