odbuser2
odbuser2
To get the newer versions working, I did the following: Removed the shaded plugin from com.arcadedb:arcadedb-gremlin and rebuilt 22.1.2 so that it wouldn't make a fat jar. Made modules out...
Please please please create a gitter room for openjfx. It may start slowly but it will pick up substantially.
PS I'd echo DJViking's suggestion. It would be great to have a JavaFX Community with multiple rooms below it. Currently there isn't a good place to discuss, ask for advice,...
This would be supported in the maven-client-plugin by setting the target to ios-sim: ``` com.gluonhq client-maven-plugin ${client.plugin.version} ios-sim ${mainClassName} {path to graal 20.1.0 with native image and llvm installed} ```...
Related to: https://github.com/gluonhq/client-maven-plugin/issues/157 I think the client-samples readme: https://github.com/gluonhq/client-samples/blob/master/README.md Is having trouble being in sync with: https://github.com/gluonhq/client-maven-plugin/blob/master/README.md The samples currently use: ``` openjfx/javafx-maven-plugin 0.0.4 gluonhq/client-maven-plugin 0.1.23 ``` and contain specific...
I don't think I have a good, short answer for this... the instructions do not mention raspberry pi at all. If it falls under the linux instructions, then they should...
> Can you open an issue in the repository and add your suggestion as a comment? We will try our best to clear things up. Which repository?
org.javafxports:jfxmobile-plugin:2.0.12 Same behavior. No exception or log message, just a hang. Can you take a look? Fontawesomefx is a very necessary library to use on Mobile.
**Workaround** Depend on de.jensd:fontawesomefx-commons:9.1.2 but embed de.jensd:fontawesomefx-fontawesome:4.7.0-9.1.2 without the module-info.java file. I haven't tracked down why this is the case. It does NOT work if you recompile de.jensd:fontawesomefx-fontawesome:4.7.0-9.1.2 as a...
Fixed. Closing. Thank you!