-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Could not find javafx-graphics-freebsd.jar #2969
Comments
Hello,
|
I have both OpenJDK 8 and 12 installed:
How do I make the build use openjdk12 (the latest one) over openjdk8? |
afaik, atm openjdk10 is mandatory . I ping @devinbileck , maybe he knows more on this topic. |
OpenJDK was released in 2018, and is now considered obsolete. We have these OpenJDK packages, 10 was even skipped:
|
see https://jdk.java.net/10/ |
Hi Yuri, Use the update-alternatives command to switch your JDK to version 12. Refer to the page below for details: https://www.debian.org/doc/manuals/debian-java-faq/ch3.en.html |
@niyid This command is for Debian, and I am on FreeBSD. It should be switchable through the environment variables, or gradle keys, or something like this, because I am trying to build a package, and it should work when OpenJDK 12 is present regardless of what else is installed. |
Ah, I see. OK, first can we know which of your Java installations are being referenced by checking for $JAVA_HOME variable? What does that point at? Also what do the commands "javac -version" and "java --version" display? |
@yurivict Hey Yuri. Unfortunately Bisq requires javafx which doesn't support FreeBSD - however I kinda got Bisq working by installing the OpenJDK 10 for Linux on FreeBSD and enabling Linux compatibility, along with a bunch of random hacks to get it to start... I'm not sure Bisq can officially support FreeBSD anytime soon, at least using native OpenJDK for FreeBSD, mostly because it depends on javafx and other things which do not support FreeBSD at all. If you're interested in experimenting with my hacks let me know and I'd be happy to share them, but for now I think we need to close this issue because javafx-graphics simply does not support FreeBSD at all. |
Closing issue based on #2969 (comment) |
I've since gotten Bisq seednode (headless daemon) running on FreeBSD and at some point will get the full GUI working too... once it's solid I will try to get an official release going for it |
While trying to create the FreeBSD port for
bisq
, I got this error:I have the
openjfx8-devel
package installed:Please advise how to proceed.
The text was updated successfully, but these errors were encountered: