You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting the necessary JAR file(s) into the classpath should work, shouldn't it? I don't understand why it has been advised to put them into jre/lib/ext, it's really a bad idea.
The extension mechanism has been removed from Java in its version 1.9:
https://blogs.oracle.com/java-platform-group/planning-safe-removal-of-under-used-endorsed-extension-directories
This part of the build instructions rely on it:
"Copy the BountyCastle provider jar file from the local maven repository to the jre/lib/ext directory"
The text was updated successfully, but these errors were encountered: