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
I'm getting the following error when Haveno starts:
class com.jfoenix.skins.JFXTabPaneSkin (in unnamed module @0x16a0ee18) cannot access class com.sun.javafx.scene.control.behavior.TabPaneBehavior (in module javafx.controls) because module javafx.controls does not export com.sun.javafx.scene.control.behavior to unnamed module @0x16a0ee18
The menu items appear, but none of the controls or content.
I am running Haveno in Manjaro Linux on an Asus Zenbook 14 (UM3402Y).
Here's what I have tried so far:
Installed different Java versions:
Started with Java 21
Tried Java 17 (openjdk)
Tried Java 11
Attempted to install different JavaFX packages:
Tried java-openjfx-bin
Attempted jdk17-openjfx (empty repository)
Attempted openjfx17-bin (empty repository)
Tried javafx17-scenebuilder (not found)
Tried system configurations:
Changed Java versions using archlinux-java set
Cleaned project between attempts using ./gradlew clean
Used --no-daemon flag for gradle
Other attempts:
Removed previous Haveno data directory
Killed running Tor processes
Checked for and killed existing Java processes
My co-pilot says the persistent error relates to JFoenix (a JavaFX component library) being unable to access internal JavaFX classes due to Java module restrictions.
The text was updated successfully, but these errors were encountered:
Had SDKMAN already installed
Had Java 21.0.2.fx-librca already installed through SDKMAN
Set export JAVA_HOME=""
Ran ./gradlew clean
Ran ./gradlew desktop:run --no-daemon
Still getting the same JFoenix error:
class com.jfoenix.skins.JFXTabPaneSkin (in unnamed module @0x16a0ee18) cannot access class com.sun.javafx.scene.control.behavior.TabPaneBehavior (in module javafx.controls) because module javafx.controls does not export com.sun.javafx.scene.control.behavior to unnamed module @0x16a0ee18
Environment:
OS: Manjaro Linux (kernel 6.12.4-1-MANJARO)
JRE: 21.0.2+14-LTS (BellSoft)
JVM: 21.0.2+14-LTS (OpenJDK 64-Bit Server VM)
I'm getting the following error when Haveno starts:
class com.jfoenix.skins.JFXTabPaneSkin (in unnamed module @0x16a0ee18) cannot access class com.sun.javafx.scene.control.behavior.TabPaneBehavior (in module javafx.controls) because module javafx.controls does not export com.sun.javafx.scene.control.behavior to unnamed module @0x16a0ee18
The menu items appear, but none of the controls or content.
I am running Haveno in Manjaro Linux on an Asus Zenbook 14 (UM3402Y).
Here's what I have tried so far:
Installed different Java versions:
Started with Java 21
Tried Java 17 (openjdk)
Tried Java 11
Attempted to install different JavaFX packages:
Tried java-openjfx-bin
Attempted jdk17-openjfx (empty repository)
Attempted openjfx17-bin (empty repository)
Tried javafx17-scenebuilder (not found)
Tried system configurations:
Changed Java versions using archlinux-java set
Cleaned project between attempts using ./gradlew clean
Used --no-daemon flag for gradle
Other attempts:
Removed previous Haveno data directory
Killed running Tor processes
Checked for and killed existing Java processes
My co-pilot says the persistent error relates to JFoenix (a JavaFX component library) being unable to access internal JavaFX classes due to Java module restrictions.
The text was updated successfully, but these errors were encountered: