Questions tagged [gluon]

Use for general questions related to Gluon that don't fit into more specific tags such as gluon-mobile or gluon-desktop, and also other tags like javafxports or scenebuilder.

Gluon is a Java technology company laser-focused on developing libraries, services, and tooling around the goal of having Java on mobile devices.

GluonFX enables Java development on Desktop, Android, iOS and Embedded devices, with the GluonFX plugins, JavaFX and GraalVM technologies, running on the JVM or as a native-image.

Gluon Mobile provides functionality for connecting to remote web services, accessing hardware specific functionality in a device-agnostic manner, and for building great looking user mobile interfaces using the latest in material design patterns.

Gluon Cloud enables easy data backup and synchronization between users, and our tools enable rapid development of applications that build upon Gluon Mobile and Gluon Cloud.

Product tags

Gluon Support

Find more about Gluon's open source and commercial projects here.

Asking a Good Question

Follow the Stack Overflow guides on asking a good question. For users to be able to help you with errors, the first step is to be able to reproduce them. For that, they need:

  • Sample code, following the MCVE convention
  • Project config: build.gradle file
  • Environment: Development OS, Mobile OS and Device.
  • Debug logs and exception stack traces.
    • On Android run adb logcat -v threadtime.
    • On iOS use Xcode->Windows->Devices to see your device logs and crash reports.
709 questions
2
votes
0 answers

Gluon Client Plugin Android app size realy big

I'm using the new Gluon Client Plugin to develop android/ios apps with graalvm & javafx. It works quit well, but why by comparison to the gluon mobile 5.0.X the installed app is so big? Thats my pom. Maybe its something wrong with the…
Wulf
  • 712
  • 5
  • 25
2
votes
1 answer

Adding Gluon UI library to a JavaFX Desktop application

I am working on a desktop application using JavaFX, FXMLs (using Scene Builder) and JDBC on IntelliJ IDEA Ultimate. I added Gluon library to the Scene Builder successfully but when I exported the FXML file to IntelliJ it did not recognize the Gluon…
Thorvald
  • 3,424
  • 6
  • 40
  • 66
2
votes
1 answer

JavaFX + GraalVM + Gluon

Hi i've been trying to make a native build of my javafx project but I get an exception when i try to run it. I suspect that the .fxml files aren't being found inside the compiled binary Exception in thread "main" java.lang.RuntimeException:…
NO_ob
  • 93
  • 9
2
votes
0 answers

Basic Gluon Mobile plugin project for InteliJ IDEA fails to run from IDE

I am trying to run a basic Gluon Mobile application in the InteliJ IDEA IDE. I believe I have all the required dependencies installed. When I create a new Gluon Mobile Single View project and try to run the destop application without changing any…
Physineer
  • 21
  • 2
2
votes
0 answers

Is it possible to have Spring Boot on Gluon Mobile?

Is it possible to have Spring Boot and a REST API from Spring, included inside Gluon Mobile? With JavaFX, it's possible. But what about Gluon Mobile JavaFX? https://better-coding.com/javafx-spring-boot-gradle-project-setup-guide-and-test/
euraad
  • 2,467
  • 5
  • 30
  • 51
2
votes
2 answers

how to make a StylableDoubleProperty editable in scenebuilder

I have a set of custom controls implemented as standard pair of classes that extend javafx.scene.control.Control and javafx.scene.control.SkinBase. Essentially they are a set of composite controls with a label and one or more "data" controls such as…
2
votes
1 answer

How to define gluon application version

I want to put the application version to my gluon application. but I don't know how to do. Do I need to create service for that?
Sovandara LENG
  • 129
  • 1
  • 12
2
votes
1 answer

fontawesomefx not fully loaded in Gluon SceneBuilder 10

When trying to load the Fontawesomefx jar in Gluon SceneBuilder, not all modules are loaded. screenshot I have tried using multiple jar files without any luck. I'm using Os X 10.12.6 / Gluon Scene Builder 10 / OpenJDK 11.0.1. The latest version of…
user10053673
  • 221
  • 1
  • 13
2
votes
1 answer

Unable to run simple HelloWorld JavaFx Application on a Raspberry Pi Model 3 and Java 11

I'm unable to run the Gluon JavaFx sample. I did all the step described with the exception of taking the newer Liberica JDK 11.0.2 instead of the preview and pointed the JAVA_HOME variable to the respective directory. Executing the demo application…
2
votes
1 answer

JavaFX WebView - How to capture the URL loading?

I am currently developing an application with GluonHQ (JavaFXPorts) where I am using the WebView to load some Internet pages. When I am loading the https://signin.ebay.com/ page I see the following messages on the console [WebEngine] I can handle…
javasuns
  • 1,061
  • 2
  • 11
  • 22
2
votes
1 answer

How do I remove the Gluon controls from Scene Builder?

How do I remove the Gluon controls from Scene Builder? We tend to use the search bar to find controls, and Gluon has a number of their own controls that have names that overlap with those in the standard library (TextField, ProgressBar, and…
Cypher
  • 2,608
  • 5
  • 27
  • 41
2
votes
1 answer

what is the diference over org.javafxports » jfxmobile-plugin 1.3.16 and 2.0.30

what is the diference over org.javafxports jfxmobile-plugin 1.3.16 and 2.0.30 I try update the version 1.3.16 to 2.0.30 but not compile project
2
votes
1 answer

Connected styles in Scene Builder is not found in runtime

I create Pane in Scene Builder for Java 8. My .css files store in /rescouces/css/app.css. I connect stylesheet in Scene Builder and all ok. But after i start my app i get exception with error: Caused by: javafx.fxml.LoadException: Invalid resource:…
Tsyklop
  • 369
  • 1
  • 9
  • 24
2
votes
1 answer

GluonVM, source and JDK compatibility

So GluonVM states that it supports Java 9 modules, and the Java 9 JavaFX API (http://docs.gluonhq.com/gluonvm/), but the sample project specifies source compatibility 1.8. I'm confused how to setup my project in Eclipse; with source compatibilty at…
tbeernot
  • 2,473
  • 4
  • 24
  • 31
2
votes
1 answer

with gluonhq charm down, how to use InAppBillingService for "discussing" with Google Play

I want to connect my Javafx product to Googe Play store. To do that, I included the gluon plugin in-app-billing. But, for using this service, I only found this example from…