-
Running the `installDist` Gradle task should produce a directory containing a binary that can be run from the command line. However, the bundle appears to be missing the JavaFX dependencies:
```
…
-
Can FXTrayIcon be used in GraalVM-Native Image?
I think still FXTrayIcon is dependent upon AWT or Swing Part! It can't be used in Grallvm native-image feature.
Actually I have a project which is…
-
Attempted to implement Shenmon's Javafx-gradle plugin but experienced a travis build failure. The plugin is fairly old: https://bitbucket.org/shemnon/javafx-gradle/
This allowed spotbugs to work but …
-
The JavaFX libraries contain platform-specific native libraries.
With the JavaFX Gradle plugin 0.1.0+ applied, or also natively after openjdk/jfx#1232 is finished, the JavaFX modules have various O…
-
@aalmiray An interest in updating this project?
I can't get it to build and run on macOS.
```
sdk use java 8.0.302.fx-librca
./gradlew run --info
```
gets me this far:
```
Exception in A…
-
https://github.com/FibreFoX/javafx-gradle-plugin is not yet Java 9 ready. Will keep this in a branch until https://github.com/FibreFoX/javafx-gradle-plugin/issues/57 is fixed.
-
As [this comment in #865](https://github.com/Col-E/Recaf/issues/865#issuecomment-2414355382) pointed out, currently the build script arbitrarily sets the `languageVersion` to only Java 22 and not Java…
-
Givne this trivial build:
```plain
./build.gradle.kts
plugins {
java
id("org.openjfx.javafxplugin") version "0.1.0"
id("com.github.ben-manes.versions") version "0.51.0"
}
repos…
-
Hello,
When I try to natively run with gluonfx-gradle-plugin on exemple project :
https://github.com/gluonhq/gluon-samples/tree/master/HelloFXML
NativeRunAgent can't generate all file config. Af…
-
Using JavaFX 11.0.2 with Sun 11.0.2 JDK with Gradle 5.2.1 on Windows 10 x64 and I'm seeing NullPointerExceptions with the gui:test when using the **no headless** switch. Here's the complete build:
…