Marcin Środa
03/03/2021, 11:40 AMCaused by: java.lang.ClassNotFoundException: java.sql.Time
Am I able to add this module to dmg?theapache64
03/03/2021, 12:06 PMjava.sql.Time
but with java.logging
. and I had to add modules("java.logging")
inside nativeDistributions
block. Similarly , there should be some module that'll add java.sql.Time
to your build. am not sure if its similar to mine.
maybe @olonho can help here.olonho
03/03/2021, 12:41 PMMarcin Środa
03/03/2021, 12:50 PMmodule
before 🙂theapache64
03/03/2021, 12:50 PMjim
03/03/2021, 2:54 PMolonho
03/03/2021, 3:18 PMjim
03/03/2021, 3:22 PMnativeDistributions
block something we own/created? We would want an error message that makes it clear what the expected fix would be, including mentioning the nativeDistributions
block which I think jlink would not know about.olonho
03/03/2021, 3:40 PMnativeDistributions
is controlled by our plugin, maybe we could improve error handling somewhat, but feature seems to belong to jlinksuresh
03/03/2021, 9:42 PM$ jdeps --print-module-deps --ignore-missing-deps build/libs/app-1.0.0-72.jar
java.base,java.compiler,java.desktop,java.net.http,jdk.httpserver,jdk.management.jfr
https://res.infoq.com/presentations/openjdk-containers/en/slides/sl17-1589893580942.jpg▾