I compiled a project with bouncycastle ma when I run the project throws this exception
C:\MyJavaProjects\java_native>C:\MyJavaProjects\java_native\app\build\native\nativeBuild\Example.exe
Exception in thread "main" com.oracle.svm.core.jdk.UnsupportedFeatureError: Trying to verify a provider that was not registered at build time: BC version 1.69. All providers must be registered and verified in the Native Image builder.
at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:89)
at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:403)
at javax.crypto.JceSecurity.getInstance(JceSecurity.java:140)
at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:280)
at net.schmizz.sshj.common.SecurityUtils.registerSecurityProvider(SecurityUtils.java:94)
at net.schmizz.sshj.common.SecurityUtils.register(SecurityUtils.java:280)
at net.schmizz.sshj.common.SecurityUtils.isBouncyCastleRegistered(SecurityUtils.java:251)
at net.schmizz.sshj.DefaultConfig.<init>(DefaultConfig.java:78)
at net.schmizz.sshj.SSHClient.<init>(SSHClient.java:131)
at demo.SshjExample.init(SshjExample.java:22)
at demo.Example.main(Example.java:25)
C:\MyJavaProjects\java_native>