Hello!
Cam across this thread about running B4A on Linux.
However, the java sources are no longer available and i cannot find any zip-archive for 32-bit.
Just an exe, for 32-bit from Oracle witch fails to install via Wine because of Gecko error.
Gecko is installed in the environment but it seems to be a long lasting bug that prevents the Java installer from working.
Tried to download from archives/different sources but when i try to run the SDK-manager it complains about JavaFX not being available.
So my question is how to install java nowdays and from where?
Cam across this thread about running B4A on Linux.
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)...
www.b4x.com
However, the java sources are no longer available and i cannot find any zip-archive for 32-bit.
Just an exe, for 32-bit from Oracle witch fails to install via Wine because of Gecko error.
Gecko is installed in the environment but it seems to be a long lasting bug that prevents the Java installer from working.
Tried to download from archives/different sources but when i try to run the SDK-manager it complains about JavaFX not being available.
So my question is how to install java nowdays and from where?