odbuser2
odbuser2
I don't think that the fatjar/shaded maven plugin change introduced in 21.12.1 is a good thing for this project. https://github.com/ArcadeData/arcadedb/pull/162 I think the default should be to use java modules...
Javadoc does not work properly for JavaFX13 in Netbeans 11.1 when using a gradle project. I have workarounds for it but it's not pleasant. Ideally, Netbeans will supply javadoc when...
The following page inconsistently refers to JDK13 and JavaFX13. https://openjfx.io/openjfx-docs/#IDE-NetBeans Change all references from JDK12 and JavaFX11/12 to JDK13 and JavaFX13.
Is there an equivalent of graalvm-svm-linux-20.1.0-ea+28 for raspberry pi 64-bit (ubuntu)?
JDK 13 and Gradle 5.6.2 (and 5.6.1) do not work and will therefore not work with the client-gradle-plugin. Gradle's fix for this is slated for version 6. [https://github.com/gradle/gradle/issues/10785](https://github.com/gradle/gradle/issues/10785) Gradle 6's...
org.javafxports:jfxmobile-plugin:2.0.19 **Description** Having multiple iOS devices connected when running launchIOSDevice fails with an exception. **Exception** ``` [11:32:29:045] BosonAppBuilder: Multiple iOS devices connected to this system: *masked*, *masked*. We'll use the...
Will there be support for JDK 11 or 12? It has become next to impossible to maintain working applications across devices since there is currently a difference between Android support...
**BLOCKER** **org.javafxports:jfxmobile-plugin:2.0.24 iOS 11.40** OSX 10.13.5 XCode Version Version 9.4 (9F1027a) downConfig 3.8.0 **Description** Using javafx.scene.text.Font such as calling: `Font.getFontFamilies();` Results in: `non-fatal, couldn't load class named com/sun/javafx/font/t2k/T2KFactory Exception in...
org.javafxports:jfxmobile-plugin:2.0.20 OSX 10.13.4 XCode Version 9.3 (9E145) iOS 11.3.0 and 11.3.1 on iPad and iPhone downConfig 3.8.0 Unable to deploy and run any app successfully. One app that previously worked...
org.javafxports:jfxmobile-plugin:2.0.18 Gradle 4.6 OSX **Description** Files in jar files (e.g. license/LICENSE) will cause a build exception when executing launchIOSDevice. It appears to conflict with build/gvm/LICENSE. I'm not sure why... the...