Re: Does TextureIO.newTextureData work with InputStream textures?
Posted by jmaasing on May 04, 2015; 10:41am
URL: https://forum.jogamp.org/Does-TextureIO-newTextureData-work-with-InputStream-textures-tp4034413p4034415.html
For me at least the usual (99.99%) cases where I get EOFs like that is because the resource wasn't found on the classpath. Remember it's a classpath and not a file-path, for example "foo/baz.resource" is not a relative filepath to the current directory.