[Java] Is it possible to load tmx/tsx files from within the jar itself?(libtiled.jar)

Hi,

As it is possible to load a classpath resource as an InputStream (ClassLoader.getResourceAsStream(String)), you should be able to use the TMXMapReader.readMap(InputStream) and TMXMapReader.readTileset(InputStream) methods.