resource-loader icon indicating copy to clipboard operation
resource-loader copied to clipboard

Doesn't work for .war files

Open roastedchiken opened this issue 3 years ago • 0 comments

Caused by: java.io.IOException: Failed to list contents of file:/code/build/libs/MyProject.war!/WEB-INF/lib/lazysodium-java-5.1.4.jar!/arm64/libsodium.so
at com.goterl.resourceloader.ResourceLoader.doCopyDirectory(ResourceLoader.java:372)
at com.goterl.resourceloader.ResourceLoader.copyDirectory(ResourceLoader.java:364)
at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:258)
at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88)
at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53)

Are there any plans to support .war files?

roastedchiken avatar Nov 17 '22 21:11 roastedchiken