-
I stuck after I decided to move my Intellij IDEA JavaFX project to Gradle JavaFX.
When I try to run app with jfxRun task, I got this in console (and nothing else, app don't show)
![03-08-2017 1940…
-
The plugin does not yet appear to support building and running of test code (e.g. Junit5 test suites) from the appropriate Gradle targets, if the code to be tested or the test code has compile-time or…
-
I know there's already been an issure created for this exact problem, but setting JAVA_HOME hasn't fixed any of my problens. I get that exact error, I have OpenJDK installed.
-
Missing license either in github project nor in sourcefiles.
* No license in the github project `openjfx/samples`.
* No license in files from the projects hosted here.
I see the `openjfx/javafx-g…
-
so I recently started on a JavaFX FTP application, utilising this lib, I included both the .jar files included in this repo in the lib, as well as using a JavaFX gradle plugin installed correctly, and…
-
It seems platform is currently detected here: https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXOptions.java#L60
Is setting this / overriding this c…
-
The tutorial for ShadowJar is unable to bundle the JavaFx 11. The jar file would require the path to javafx to execute.
```
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVe…
-
source.setOnDragDetected(new EventHandler() {
public void handle(MouseEvent event) {
if (dragEventObject.longPress == true) {
source.startFullDrag(…
-
I have a multi-module Quarkus Application (that uses the jandex plugin to allow bean discovery) that works fine with plugin 0.0.14:
```
2024-03-17 11:25:50,169 INFO [io.quarkus] (main) app 0.0.1 …
-
Can this be built with Java 17? Do you see a issue with that? @KilianB