103 questions
0
votes
0
answers
15
views
JNI Issue: Passing Java Runnable Object to JNI in Custom Gluon Attach Plugin
I am developing a custom Gluon Attach plugin and encountering issues with passing a Java Runnable object from Java to JNI. Despite reviewing the Gluon Attach plugin source code (which unfortunately ...
0
votes
0
answers
46
views
Glassmorphism effect with JavaFX
I'm trying to make the UI of my Java Desktop Application with javaFX (on Windows). I want my UI has a Glassmorphism effect, like a Frosty Translucent Crystal for the background. Something like the ...
0
votes
0
answers
26
views
Where should this to be defined? [Gluon Attach] System Property javafx.platform is not defined
INFO: [Gluon Attach] System Property javafx.platform is not defined
Where should this to be defined?
graalvmjdk21
javafx-21.0.4-javadoc
javafx-jmods-21.0.4
javafx-scenebuilder 22.0.0
javafx-sdk-21.0.4
...
0
votes
0
answers
33
views
How do I use android native classes with the GluonFX mobile plugin?
I'm new to gluonfx. I followed the docs and created a new project by using maven.
I was able to compile everything successfully. Now I would like to use some classes from the android sdk (I would like ...
0
votes
0
answers
55
views
JavaFX WebEngine: Can not set user-agent header
I am trying to add new headers in requests/responses of webpages that are displayed in WebView.
After research, I found that the easy way to add headers is to set the user-agent header.
My problem ...
0
votes
0
answers
43
views
GluonFX JavaFX Substrate run dynamically loaded classes
A JavaFX application that loads jar(s) at runtime and
the classes within the jar must run within the application.
These dynamically loaded classes implement an interface.
Using Gluon with graalVM, is ...
2
votes
1
answer
65
views
GluonFX gradlew nativeRun classNotFoundException
I have a simple JavaFx Application with a Launcher and using the gralde GluonFX plugin I created a native executable. However when running the executable (with gradlew nativeRun) I get a ClassNotFound ...
0
votes
0
answers
30
views
How to implement Attach service that contain a 3rd-party library gor iOS
for now, Gluon-attach service for Push notification is using Firebase library for handling the push notification on Android, and this handling is done natively on iOS.
I want to add Firebase library ...
0
votes
1
answer
84
views
Trouble linking a JavaFX app with GluonFX
I've just tried to create a native app from one of our bigger apps again. While the process itself worked so far (runagent generated the necessary JSON files, the compile was successful) an error ...
0
votes
0
answers
80
views
gluon attach audio doesn't play any sound on android
i'm trying to play a short sound clip when a usr click on a javafx canvas, i have followed the attach audio documentation provided by gluon yet no sound is being played when i install the app on ...
0
votes
1
answer
144
views
Gluon build problem - specifies unknown module javafx.graphics
My project was building fine then I wanted to bring dockable window and did https://github.com/ozkanpakdil/DockFX and used it in https://github.com/ozkanpakdil/swaggerific I could not find what made ...
0
votes
0
answers
48
views
Gluon Mobile (JavaFX): Failed Controller ClassNotFoundException
I'm trying to create a Gluon example based on this repository https://github.com/gluonhq/hello-gluon-ci, the problem I'm having is that it works perfectly in IntelliJ, but when I want to export it to ...
0
votes
1
answer
143
views
GluonFX on android: Push notification are not working when the app is closed
I integrated the push notification service from "attach" according to the documentation. and the push notification sending is handled via Firebase and Spring-boot for sending the ...
2
votes
0
answers
103
views
GluonFX Gradle plugin NativeRunAgentTask sets an invalid path for the java executable
I'm trying to create a native image of my JavaFX application via the GluonFX Gradle plugin.
When I try to run the nativeRunAgent task, I get this failure message:
RunAgent failure: org.gradle.api....
0
votes
1
answer
108
views
Gluonfx windows native image throws exception
I'm running my java application with graalvm windows native mode. Here is the error that i get all the times. I can run this code with openjdk and is working fine. The only issue that i face is when i'...