hello i’d like to deploy my game as jar and want to pack some files inside the jar.
i found that the only way to get data out of the jar is via class.getResource or class.getResourcesAsStream.
but how can i convert this inputstream to a file or a fileinputstream?
thanks!