-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
I'm trying to compile a example real life application with GraalVM, but I'm getting
error: should not reach here: Could not find field java.util.zip.ZipEntry.name on class sun.net.www.protocol.jar.URLJarFile$URLJarFileEntry
Error: Image building with exit status 1
I've no idea where to go from here.
Reproducible via https://github.com/marcust/jzenith/tree/experimental/graalvm
any of the jzenith-example
fat jars, eg:
/opt/graalvm/bin/native-image --verbose --no-server -Dio.netty.noUnsafe=true -H:ReflectionConfigurationFiles=../../jzenith-graalvm-extras/reflectconfigs/netty.json -H:+ReportUnsupportedElementsAtRuntime -Dfile.encoding=UTF-8 -jar target/jzenith-example-mysql-0.1-SNAPSHOT-fat.jar
jhult