-
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…
-
Hi.
I tried to import otgc-linux project to intellij IDEA.
What I did was ran this `curl https://openconnectivity.github.io/otgc-linux/setup.sh | bash` and got `otgc-linux` folder. Then I import thi…
-
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…
-
I have a Gradle project written in Kotlin (mostly), and fwcd reports error `unresolved reference` on everything from the standard library (see the screendump below). When building the project in the t…
-
When running the application through the IntelliJ IDE the build fails, with the message:
```
A problem occurred evaluating root project 'app-javafx'.
Project with path ':ports' could not be found…
-
I've recently updated my application to the new ControlsFX 11.0.0 release. Since then the application always crashes when a JavaFX dialog window is open and the user switches between the JavaFX applic…
-
Trying to build from source on Ubuntu 14.04 with 'mvn clean install' per the README and getting an error related to javafx. Any ideas? Version issues?
I installed Java from Ubuntu repos with 'apt-get…
-
When i run gradle with the plugin i am getting following message.
Dynamic properties are deprecated: http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
Deprecated…
-
See https://github.com/ControlSystemStudio/phoebus/actions/runs/9313865891
Not versed enough in Github actions to determine root cause. Seems ${javafx.platform} is not resolved when running job for…
-
I had to struggle a lot to build it and get it working with java11
When I finally ran my App with the attached java agent, it gave an error
````
agent library failed to init: /home/sharath/os/hone…