wine

  1. Celizte

    Android Question (Linux Mint) Error when compiling a B4XPages project.

    Whenever I try to compile a B4XPages project I get the following error: B4A Version: 13.40 Parsing code. (0.07s) Java Version: 19 Building folders structure. (0.41s) Running custom action. Error I mostly followed this amazing guide: [B4X] Using/running B4A and/or B4J on 64 bit...
  2. W

    B4J Tutorial How to handle "java.io.IOException: WaitForMultipleObjects error=6, Invalid handle"

    As I didn't find anything on the forum regarding this error and it took me a while to solve it, I'm posting this here. I was running a B4J program from the IDE on Linux (under wine) and ran into this exception when trying to execute a shell script with the jShell library, like: Dim shl As Shell...
  3. R

    Android Tutorial B4A on Linux 2022

    Hello everyone! I thought I would share my experience on getting B4A running and Linux. I use Manjaro but this should work on any distro. Also, just to make managing your wine prefixes easier use PlayOnLinux or something similar. 1) Create a new 64 bit prefix with wine 6.17 2) Run winetricks...
  4. W

    Android Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine

    The solution for both B4A and B4J has been posted at https://www.b4x.com/android/forum/threads/b4x-using-running-b4a-and-or-b4j-on-64-bit-linux-mint-20-2-cinnamon-with-64-bit-wine.134069/
  5. W

    B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine

    EDIT 2026-05-30: for a one-click installation, use @aeric 's installer: https://www.b4x.com/android/forum/threads/linux-b4x-wine-installer.171136/ *** Contents *** Intro Acknowledgements Disclaimer Environment Conventions used in this post Making it work Compiling and running your programs A...
  6. Songwut K.

    Android Tutorial Run B4A in Ubuntu 19.04

    1) sudo apt install -y wine winetricks 2) winetricks dotnet452 3) wine B4A.exe 4) winetricks install windows DLL or component vcrun2010 5) right click icon B4A "Allow Launching" 6) Download OpenJDK 11 https://jdk.java.net/11/ 7) Extract file in /home/(user)/.wine/drive_c/JAVA 8)...
  7. ljgww

    B4J Question B4J on Linux Ubuntu 18

    Hi! I am trying to make b4j (latest version 8.x) working on my Ubuntu 18.04. I never used/installed b4j before so I am completely newbee here. I have already seen some posts on the subject and tried various scenarios but I am hitting a wall: 1. i have installed standard wine ubuntu offers...
  8. Mihai Rainer Jr.

    Other Running B4X products on Linux with PlayOnLinux

    I have managed to successfully run B4A and B4J on Xubuntu 18.04, by using PlayOnLinux and I thought it will be a good idea to share this with the community. First of all, I need to say that you will need a windows installation of B4A to manage android SDK, since B4ASdkManager is not running...
Top