I generated an .exe file from my jar using Launch4j.
I was using ZipInputStream to read files inside my .jar before but now it is not working anymore (zip.getNextEntry()
returns null).
The only solution I found was to drop the .exe and use a Runnable jar instead. Is it the only solution though ?