Android Question JavaFX runtime components are missing WIndows 10

Bothwell

Member
Licensed User
I cannot start SDKManager or AVDManager from the B4A 9.00 tools menu. if I click on the menu item nothing happens.

1. I installed OpenJdk as per instructions on https://www.b4x.com/b4a.html
2. I configured my paths:
C:\Development\jdk-11.0.1\bin\javac.exe
C:\Development\sdk-tools-windows-4333796\platforms\android-28\android.jar

If I try to run it manually i get:

c:\Development\Basic4android>java -jar B4ASdkManager.jar
Error: JavaFX runtime components are missing, and are required to run this application

c:\Development\Basic4android>java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
 

Bothwell

Member
Licensed User
Yes, here are a few screen shots of my environment:


upload_2019-7-2_16-5-13.png



upload_2019-7-2_16-6-3.png



upload_2019-7-2_16-7-42.png




upload_2019-7-2_16-8-29.png




upload_2019-7-2_16-10-13.png
 
Upvote 0
Top