B4J Tutorial MonoBuilder - Compile B4J programs on Linux or Mac - Erel    Feb 7, 2021   (6 reactions) Don't use this builder. It is no longer maintained. Mono is a Mac / Linux port of .Net Framework: http://www.mono-project.com/ Using Mono it is possible use B4JBuilder, the command line compiler, to compile B4J projects on Linux or Mac. (The IDE only runs on Windows.) Installation instructions: 1. Install Mono on the Mac or Linux computer. 2. Install Java JDK. You can check whether it is installed by running javac. 3. Download MonoBuilder: www.b4x.com/b4j/files/MonoBuilder.zip and unzip... B4J Tutorial Run B4J java and javafx UI Applications on Linux ARM32, ARM64 & Intel/AMD Computers and VPSs - aminoacid    Jan 10, 2025   (18 reactions) 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 openjfx STEP 2: Find out where openJfx is installed dpkg-query -L openjfx NOTE: ..... should be in... Wish B4J App to Debian Linux Package - aeric    Mar 20, 2024 I am unable to create a .deb file from jar using jpackage. https://docs.oracle.com/en/java/javase/21/jpackage/packaging-tool-user-guide.pdf I need a tool similar to B4JPackager11 that can create a deb file so it is easy to install in Debian Linux.... B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine - walt61    Sep 15, 2024   (32 reactions) behind and moving to Linux. Being a more or less complete newbie to Linux, it had to wait until I had...-linux-with-wine-fully-functional.98431/. - And also many thanks to @EnriqueGonzalez for providing adb version 1.0.40 for Windows and Linux (more about this below). *** Disclaimer *** As I mentioned, Linux is mostly a new planet for me. If you would ask questions in this here thread and I happen to....10 through v9.50 (the former is 32-bit, the latter is 64-bit) - B4A v11.0 through v11.50 - Linux... B4J Tutorial Creating Linux DEB-package for GUI B4J app - peacemaker    Feb 23, 2025   (4 reactions) This tutorial is made for Linux JDK14 set Java + JavaFX for B4J practically, AI suggestions were....994 Section: education Priority: optional Architecture: all Name=My GUI Linux app Comment=My First B4J Linux app Name=My GUI Linux app on Greek Comment=My First B4J Linux app on Greek Depends... important part is the starting line of the GUI app under Linux, here the correct starting line...) on the target platform Linux via B4J-bridge, like: Type=Application Name=myb4japp Version=0.994 Icon=myb4japp... B4J Question B4J: how to debug UI app under Linux ? - peacemaker    Jan 31, 2025 HI, All I have the B4J app that works under Win10 OK. I have tried to start it under Linux Mint, understood 2 errors in the console after app crash, updated some for Linux based subs - and app is started under Linux ! It was prepared under Linux with help of this manual: https://www.b4x.com/android/forum/threads/run-b4j-java-and-javafx-ui-applications-on-linux-arm32-arm64-intel-amd-computers-and-vpss.159928/#content Starting with help of B4JPackager11 and java/linux_jdk-14.0.1.zip... Share My Creation Keypress and CTRL-C Controle for Linux Raspberry PI Non-UI - Swissmade    Jan 30, 2025   (3 reactions) it should also work on other Linux systems. There’s also a Windows part, but it’s not finished yet and...(); } else { captureLinuxKeyPress(); } } catch...(); } } // ✅ Linux/MacOS Keypress Detection (Uses Raw Mode) private static void captureLinuxKeyPress... B4J Code Snippet B4J Linux app: log file home folder - peacemaker    Feb 23, 2025   (1 reaction) But for Linux it needs to make extra app's folder in user's home folder, to avoid messing...-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -Djdk.gtk.version=2 #if LinuxDebugging or LinuxProduction #VirtualMachineArgs: -Djdk.gtk.version=2 --add-opens javafx.controls/com.sun... LinuxDebugging or LinuxProduction 'for Linux we have to create the subfolder in the user home folder... LinuxDebugging or LinuxProduction res = File.Combine(File.DirData(Main.appname), Main.appname... B4J Question Package for Linux desktop - aeric    Mar 14, 2024 Anyone has built any distributable desktop package for Linux desktop from jar or files built by B4JPackager11 ? For Debian based or Ubuntu, it uses .deb and RedHat uses .rpm and so on. If yes, can anyone share a tutorial explain in easy way how to accomplish it?... B4J Tutorial Create shared folders in Virtual Box Ubuntu 20.04 machine to transfer files to compile in Linux your B4J Apps and how to use B4J Bridge - hatzisn    Dec 3, 2024   (2 reactions) install build-essential gcc make perl dkms linux-headers-$(uname -r) reboot 3) Select Devices >... Page: 1   2   3   4   5   6   7   |