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 trying to troubleshoot why I can't get openjfx working in a dev environment. I'm getting quite a few different errors like no glassgtk3 in java.library.path. Searching through github I found your repo here and it looks like you might have a solution, but I'm not sure how you are using the ~/.local/dev dir with symlinks to all the libs.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi! I'm using .local/dev to have an easy location for the SDK's and tools I use within my IDE. This way I can point my my default JDK to ~/.local/dev/java instead of its location in the nix store, which automatically points to the latest version when I update. It also has the added benefit that I don't have to scroll through the huge /nix/ folder.
I think the important thing is that I also add all these SDK's and tools to extraPath, which I then add to the PATH variable of my IDE. When I execute programs with my IDE, these SDK's should be loaded. You should probably do something similar in your dev environment.
I also see libglassgtk3.so is only included in the packages jdk, jdk11, openjf11 and jetbrains.jdk, so maybe the library your program is using is not available in the JDK you have installed?
Ref:
nixos-config/modules/intellij.nix
Line 55 in f4feefa
Hi there,
I'm trying to troubleshoot why I can't get openjfx working in a dev environment. I'm getting quite a few different errors like
no glassgtk3 in java.library.path
. Searching through github I found your repo here and it looks like you might have a solution, but I'm not sure how you are using the~/.local/dev
dir with symlinks to all the libs.Cheers!
The text was updated successfully, but these errors were encountered: