Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A part of the build instructions won't work with Java >= 1.9 #813

Closed
ghost opened this issue May 11, 2017 · 4 comments
Closed

A part of the build instructions won't work with Java >= 1.9 #813

ghost opened this issue May 11, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented May 11, 2017

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"

@ManfredKarrer
Copy link
Contributor

Ah thanks. We are still on java 1.8, but do you know how to solve that for java 9?

@ghost
Copy link
Author

ghost commented May 18, 2017

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.

@cedricwalter
Copy link
Contributor

Hi
that's the solution i've made in my branch, PR #859 so should work now with Bisq 0.5.3, if so please close the issue.

@ripcurlx
Copy link
Contributor

Issue is closed because of Java 10 support that was merged yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants