-
I use `Zulu Java + JavaFX` for all of my apps. jPro not runs with bundle JavaFx. Why not it simply ignores bundle Javafx and use it own JavaFX?
Any why to run jpro with bundle jdk by ignoring bundl…
-
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…
-
### Can Linux aarch64 be added to the list for standard build targets?
I want to run JabRef on my ARM Linux devices. Unfortunately, the only JabRef builds released for Linux right now are for x86-bas…
-
Hi @edvin ,
I'm trying to use fxlauncher for my application. FXLauncher works and looks great!
But I was faced with a problem when build a native installers. FXLauncher don't have enough params to c…
-
I’m trying to build a Scala+JavaFX application for Android (the most awesomesterest cross-platform technology stack). I used the Gluon Eclipse plugin to create a “Basic Gluon Application”, then I foll…
-
Getting started tutorial for JavaFX and IntelliJ, modular with Gradle does not work
I use java 14 version, 6.5.1 gradle version and IntelliJ 2020.1.4 version
Tutorial can be found here: [https://o…
-
I run deployApp and I get a **app.xml**, **fxlaucher.jar** and **App-1.0.jar**
When I try to run the fxlauncher.jar the console output is:
`cannot execute binary file: format error`
I definitely …
-
In my project i need swt. So i add it in gradle. The problem with swt dependency. swt depend on native libs. native libs depends on swt. Build task is work correct, but JafJar is failed with stakOverf…
-
Here is my **build.gradle** file (Gradle 6.1.1):
```
plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.72"
id "application"
id 'org.openjfx.javafxplugin' version '0.0.9'
}
vers…
-
When following the instructions:
1. Clone repo
2. Run `gradle dist` from inside CPUSim folder
Expected behaviour: The project compiles
Obtained behaviour:
```
Unrecognized option: --illega…