Java-16-openjfx not found

Hi guys, when I install java11-openjfx everything is okay and I have it in /usr/lib/jvm/java-11-openjfx but when I install java-openjfx there is no path like /usr/lib/jvm/java-16-openjfx where can I find it?

It’s /usr/lib/jvm/java-16-openjdk/, See the file list: Arch Linux - java-openjfx 16.u8-1 (x86_64) - File List

A couple other ways to see what files are installed by packages:

  • In Add/Remove Software, see the Files section of installed programs
  • pacman -Ql <package-name>
2 Likes

thank you for answering
I know this is not Manjaro problem, but when I add /usr/lib/jvm/java-11-openjfx/lib I can compile javafx apps but when I add /usr/lib/jvm/java-16-openjdk/lib I get this error Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package jdk.internal.jimage.decompressor in both module java.base and module jrt.fs

You’ll probably need to switch your default JVM, see Java - ArchWiki

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.