-libs-dev@openjdk.org
Subject: Re: Usage feedback: jnativescan
Hello,
I had a look here, and can reproduce the error.
jnativescan does have handling for Multi-Release jars. By default it uses the
current JDK version, which in your case would be 24. An exact version can be
specified using
Hello,
I had a look here, and can reproduce the error.
jnativescan does have handling for Multi-Release jars. By default it
uses the current JDK version, which in your case would be 24. An exact
version can be specified using --release. The issue in this case is that
the error originates fr
jnativescan terminates when ran on a JAR with a missing class.
Example:
```
jnativescan --class-path reactor-core-3.7.4.jar
ERROR: Error while processing method:
reactor.core.publisher.CallSiteSupplierFactory$SharedSecretsCallSiteSupplierFactory$TracingException::get()String
CAUSED BY: System cl