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... 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 Run B4J java and javafx UI Applications on Linux ARM32 & ARM64 Computers - aminoacid    Sep 21, 2024   (14 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 insta... 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 >... 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 [IoT] Linux Embedded Boards - Gettings started - Erel    Nov 22, 2015   (6 reactions) There are many Linux based, embedded boards available. Most or all of them support Java which means that they also support B4J. In order to start development we need to install Java JRE 7+ (JDK is also good) and to run B4J-Bridge. The steps required: 1. Connect to the board with shell access (SSH). 2. Find the correct Java version and download it to your PC. Search Google for the board name + Java to find it. Examples: - Raspberry Pi - Java is already installed - Intel Edison - Linux x86... B4J Tutorial The easy way to install your B4J application on Linux - MarcoRome    Dec 30, 2019   (22 reactions) This is meant to be a tutorial for you to easily distribute your applications developed in linux... world. Unfortunately, there is not much for Linux as installers. By sending two files to the customer, even the person who has no experience with Linux will be able to install your program easily and... on linux 4. Preparing the prepare_install.sh file The script will contain the following lines: #Devil-App... it will be installed automatically by creating an icon on the linux desktopo and deleting the superfluous... B4J Question How to run B4J .jar application on linux - vecino    May 13, 2020 Hello, I can run the applications created with B4J using the command: java -jar something.jar In linux, too. But, if it has been created with B4J it cannot be run. It always shows the error that it needs javafx runtime. What do I have to do to run in linux the applications created with B4J? Thank you.... 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... B4J Question Linux web-app autostart - peacemaker    Sep 10, 2022 Hi, All How to make sure that app is autostarted undex Linux ? Tried to use crontab - does not start after reboot. crontab -e @reboot nohup /var/www/project/data/www/project/jdk-14.0.1/bin/java -jar /var/www/project/data/www/project/result.jar > nohup.out & App is started with nohup by this above command only if to start manually from the app folder. Ubuntu 22.04 server VPS (not desktop), if important. SUDO before command does not help also. Any suggestions ?... Page: 1   2   3   4   5   6   7   |