Re: Usage feedback: jnativescan

2025-04-08 Thread Danish Nawab
-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

Re: Usage feedback: jnativescan

2025-04-07 Thread Jorn Vernee
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

Usage feedback: jnativescan

2025-04-04 Thread Danish Nawab
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