-
How ro create a jpackage with jni projects with github action ?
I have many doubts.
So , please give a sample jni project.
ghost updated
3 years ago
-
Hi,
I want to build my application OpenJFX13 with Spring Boot. The gradle Task jlink prints me this error log.
```
C:\Users\...\build\jlinkbase\tmpjars\de.dc.merged.module\module-info.java:1370…
-
We want to create new builds of Scene Builder for every major release of the JavaFX SDK and the Java SDK. That means today, we want to build with and bundle with Java 16.
However, this is not yet sup…
-
I added following to the config (of this repository), but the result is `Since your runtime task is configured to generate images for multiple platforms, you must specify a targetPlatform for your jpa…
-
Hallo,
currently JavaFX libraries are missing from the OpenJDK 8 Windows Distributions. Is there a plan to include JavaFX in the AdoptOpenJDK Distributions?
Many thanks in advance for your help!
-
I am getting the below error :
``` JAVA
Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: class com.jfoenix.skins.JFXTabPaneSkin (in module com.jfoenix) cannot access c…
-
Hi,
I used to have a lot more information in my `app.cfg` file:
```
[Application]
app.name=AppName
app.version=1.0.0
app.runtime=$ROOTDIR\runtime
app.identifier=
app.classpath=
app.mainmod…
-
I had a small moment to look into the lib directory of evolution, and noticed that evolution uses libraries made by other persons. The issues that I see here is:
1) Unfortunately we do not mention th…
-
SceneBuilder does not start on Windows 10 Enterprise 20H2
### Expected Behavior
Should start when selected from Start Menu
### Current Behavior
I can find the scenebuilder.exe process in Task …
-
Hey I was wondering if some one could help me out. Here is my build.grade.kts
```
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
application
kotlin("jvm") version "1…