B4J Question switched to java 14 and now: WARNING: package com.sun.javafx.embed.swing.oldimpl not in javafx.swing - mcqueccu (first post)    Oct 6, 2023 /pages/results/?query=cannot+access+class+com.sun.glass.ui.Application...This line is just a warning
WARNING: package com.sun.javafx.embed.swing.oldimpl not in javafx.swing
The main error is about "class com.sun.glass.ui.Application" Not found
java.lang.IllegalAccessException: class anywheresoftware.b4j.object.JavaObject cannot access class com.sun.glass.ui... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Sep 16, 2025   (50 reactions) - Build Standalone Package. External tool: https://www.b4x.com/android/forum/threads/b4jpackager11-the-simplest-way-to-distribute-ui-apps.99835/#content Example: https://www.b4x.com/basic4android/images/Shw8yVDjRi.gif The output of this tool looks like this: https://www.b4x.com/basic4android/images.... The run_debug.bat batch file is useful to test the program and see the logs. An Inno Script template... com.lynden.gmapsfx.javascript.event; There is an issue with Java 14 and Google Maps. Use Java 11... B4J Question Resolved: IllegalAccessException - BeneBarros    Apr 28, 2019 .JavaObject cannot access class com.sun.glass.ui.Application (in module javafx.graphics) because module javafx.graphics does not export com.sun.glass.ui to unnamed module @7564b97b at java.base/jdk...(PlatformImpl.java:427) at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java... B4J Question Java 11 problem - ThRuST    Aug 6, 2022 .IllegalAccessException: class anywheresoftware.b4j.object.JavaObject cannot access class com.sun.glass.ui.Application (in module javafx.graphics) because module javafx.graphics does not export com.sun.glass.ui to....WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication....AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427) at javafx.graphics/com.sun.glass.ui... B4J Tutorial B4JPackager11 - the simplest way to distribute UI apps - Erel    Feb 28, 2023   (29 reactions)   tags: Packager B4J, Runtime Packager, B4J Distribute UI apps Better to start with the integrated packager: https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/ B4JPackager11 is a B4J non-ui program that builds a package with your app jar and an embedded modularized Java runtime. It works...://www.b4x.com/android/forum/threads/associating-files-with-your-app.106984/ (Currently only supported....b4x.com/basic4android/images/SS-2018-11-28_16.43.14.png - run.exe is the executable (starting from v1.14... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) Web API Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ Older project: https://www.b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106 94119 94118 Android App 94107941089411194112 94109 102583 This is the 3rd version of login... of the MVC. I just modified it to become the "API" to consume by the B4A app. However... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google such a way that the browser will redirect the response back to our app. GoogleOAuth2 class takes care... Application_OpenUrl in B4i (Main module) - v2.11: added "access_type":"offline" to... on the API that you want to call). Call GoogleOAuth2.GetAccessToken. The AccessTokenAvailable... Google web service. In this example we will access the People API. You need to enable it in Google... GoogleAuthorization instead with B4A: https://www.b4x.com/android/forum/threads/google-authorization... B4J Tutorial Run B4J java and javafx UI Applications on Linux ARM32, ARM64 & Intel/AMD Computers and VPSs - aminoacid    Jan 10, 2025   (18 reactions) is) and check version sudo apt install default-jre sudo java -version STEP 4: Run Program sudo...To run a B4J console or GUI Application on any 32-bit or 64-bit ARM computer, follow these steps: Have tested it on Raspberry Pi 4 and Orange Pi Zero 3, 2W running Ubuntu 21.04 and 22.04 respectively: @dave4cbu post below] STEP 1: Install openjfx11+ sudo apt-get update sudo apt-get install... 3. Run the program with a simplified command line: ./jrun yourB4Jprogram.jar Enjoy! :) ----------------------------------------------------------------------------... B4i Tutorial List of methods to access external resources or share to external apps - Erel    Sep 16, 2024   (10 reactions) . - Make File.DirDocuments accessible with the built-in Files app: https://www.b4x.com/android/forum...There are all kinds of ways to share files with other apps or access external resources. Here... with third party apps. https://www.b4x.com/android/forum/threads/share-data-from-your-app....b4x.com/android/forum/threads/open-local-files-with-external-apps.51941/#content - CFBundleDocumentTypes (no library) Allows opening external files with your app. https://www.b4x.com/android/forum... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android... user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code for client app using default template (B4A) B4X.zip - Source code for client app using B4XPages template (B4A, B4i and B4J) Live server: https://api.puterise.com:17179 12 Jan 2021: Attached... Page: 1   2   3   4   5   6   7   |