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
So far as I can tell, OpenJFX doesn't have Ant-JavaFX-library
Here's the build error:
$ ./build.sh
> Configure project :
[cmake]
[make]
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'clearvolume'.
> Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK which includes JavaFX (e.g. OracleJDK or OpenJDK and OpenJFX), and JAVA_HOME is set properly.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 697ms
The text was updated successfully, but these errors were encountered:
So far as I can tell, OpenJFX doesn't have Ant-JavaFX-library
Here's the build error:
The text was updated successfully, but these errors were encountered: