Closed GoogleCodeExporter closed 9 years ago
getResourceAsStream() does two different things depending on the class loader.
apparently the class loader used by eclipse is different than the one that gets
used
when you run from the .jar -- switching to
ClassLoader.getSystemResourceAsStream()
fixed it, even if it's a little inelegant.
Original comment by MatrixFrog
on 14 Aug 2009 at 1:21
Original issue reported on code.google.com by
MatrixFrog
on 9 Aug 2009 at 1:04