substrate
substrate copied to clipboard
Create native Java(FX) apps for desktop, mobile and embedded
When using the [gluonfx-maven-plugin](https://github.com/gluonhq/gluonfx-maven-plugin) (1.0.14) to create a native application (using graalvm-svm-java17-linux-gluon-22.1.0.1-Final ), linking fails ``` [So. Aug. 21 21:27:32 MESZ 2022][INFORMATION] ==================== LINK TASK ==================== [So. Aug. 21 21:27:33...
Since these changes, the management_ext library is required: https://github.com/oracle/graal/pull/4383/files#diff-a8a74dc181914e085bdda2e1ea7b10ba8c3ec253b8e9b23d35dcf6730966d49b ### Expected Behavior Linking should work ### Current Behavior ```cmd [Mon Aug 01 20:10:20 CEST 2022][INFO] [SUB] com.example.main.obj : error LNK2001:...
While it is recommended that all platforms use the Gluon's GraalVM builds, on iOS and iOS-simulator it is mandatory, as there are some required patches that are not present on...
# Security Vulnerability Fix This pull request fixes a Zip Slip vulnerability either due to an insufficient, or missing guard when unzipping zip files. Even if you deem, as the...
When building for target iOS on Mac, this error occurred: `[Mon Dec 16 11:12:57 CET 2019][FINE] PB Command for sdk: xcrun --sdk iphoneos --show-sdk-path [Mon Dec 16 11:12:57 CET 2019][FINE]...
For some reason in some places of my app, the keyboard stopped working. After investigating, I found out that the push notifications were no longer configured correctly because the app...
### Issue This is a follow up to https://github.com/gluonhq/substrate/pull/971 and https://github.com/gluonhq/substrate/pull/972. I made a minimal Android app with FXGL, the game engine which uses JavaFX. It turns out that GraalVM...
Natives support of IOS and Android is exists there. In a same why any chances of native support of **Huawei and Windows mobile phone**?
Linking `-lprefs` fails due to duplicate symbol of `_JNI_OnLoad_prefs` in `JavaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a` ### Expected Behavior Building succeeds ### Current Behavior ``` Output ====== duplicate symbol '_JNI_OnLoad_prefs' in: /Users/user/.gluon/substrate/javaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a(FileSystemPreferences.o) /Users/user/.gluon/substrate/javaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a(MacOSXPreferencesFile.o) ld: 1...
#905 added AWT libraries, but in headless mode. `awt_xawt` and other libraries are required for java.awt.Desktop or Swing support, in heady mode. ### Expected Behavior ### Current Behavior ### Steps...