wine

  1. 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...
  2. 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/
  3. W

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

    *** Contents *** Intro Acknowledgements Disclaimer Environment Conventions used in this post Making it work Compiling and running your programs A semi-automated way to get your B4J UI programs ready Android SDK Manager Useful tips *** Intro *** Ever since the arrival of Windows 10 and all its...
  4. 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)...
  5. 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...
  6. 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