Android Question B4XLocalizator - Java missing JavaFX runtime components

Jack Cole

Well-Known Member
Licensed User
Longtime User
When trying to run B4XLocalizator.java to convert the strings.xlsx to strings.db, I get an error.
C:\Users\Acer\Documents\CrossPlatformB4x\MinesweeperB4xPages\Shared Files>java -jar C:\Users\Acer\Documents\b4xtools\B4XLocalizator.jar strings.xlsx ..\b4i\Files\strings.db
Error: JavaFX runtime components are missing, and are required to run this application

I tried downloading the latest version of B4XLocalizator. I downloaded Java 11.0.1 again and reinstalled it. My path is correct.
C:\Users\Acer\Documents\CrossPlatformB4x\MinesweeperB4xPages\Shared Files>echo %JAVA_HOME%
C:\java\jdk-11.0.1\

Double-checking the version shows:
C:\Users\Acer\Documents>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)

Any ideas about what the problem could be?
 
Top