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
All the requirements are met, the build process completes successfully. However, after the build reaches 100%, I encounter the following error during the ./setup step. The error message mentions the jfxrt.jar file, which is not found in the specified directory.
My Java and Javac versions are as follows:
java --version
openjdk 11.0.19 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)
javac --version
javac 11.0.19
$ORACLE_JAVA_HOME
bash: /usr/lib/jvm/java-11-openjdk-amd64: Is a directory
Error received:
[100%] Built target gtest_main
Running ./setup for LLFI:
-- Generating default software failures with /home/orhan/Desktop/LLFI/llfisrc/tools/FIDL/FIDL-Algorithm.py...
-- Success!
/usr/lib/jvm/java-11-openjdk-amd64
ERROR: Invalid ORACLE_JAVA_HOME: jre/lib/jfxrt.jar or jre/lib/ext/jfxrt.jar not found! Please use Oracle JDK 7 or higher version.
I would appreciate your support.
The text was updated successfully, but these errors were encountered:
Hi,
All the requirements are met, the build process completes successfully. However, after the build reaches 100%, I encounter the following error during the ./setup step. The error message mentions the jfxrt.jar file, which is not found in the specified directory.
My Java and Javac versions are as follows:
java --version
openjdk 11.0.19 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)
javac --version
javac 11.0.19
$ORACLE_JAVA_HOME
bash: /usr/lib/jvm/java-11-openjdk-amd64: Is a directory
Error received:
[100%] Built target gtest_main
Running ./setup for LLFI:
-- Generating default software failures with /home/orhan/Desktop/LLFI/llfisrc/tools/FIDL/FIDL-Algorithm.py...
-- Success!
/usr/lib/jvm/java-11-openjdk-amd64
ERROR: Invalid ORACLE_JAVA_HOME: jre/lib/jfxrt.jar or jre/lib/ext/jfxrt.jar not found! Please use Oracle JDK 7 or higher version.
I would appreciate your support.
The text was updated successfully, but these errors were encountered: