New Computer - Win 10. Installed latest Java, latest eclipse and latest JDK, latest B4j.
Try to compile the B4j example file TextFiles.b4j
www.b4x.com/b4j/files/Examples.zip
and get the following error:
If it is any clue I did NOT install eclipse and jdk to the default location. They went to drive D:. B4J and Java went to default locations on drive C:.
jFX lib is Version 5.50 which is assume is what is installed by the b4j installer.
Program shows no errors.
Solutions I found say update the java but it is the latest.
A hard drive search (both c and d drives) for javafx turned up only the following:
Thanks for any help.
Try to compile the B4j example file TextFiles.b4j
www.b4x.com/b4j/files/Examples.zip
and get the following error:
B4X:
B4J version: 5.51
Parsing code. (0.00s)
Compiling code. (0.01s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
javac 1.8.0_112-release
src\b4j\example\main.java:7: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
If it is any clue I did NOT install eclipse and jdk to the default location. They went to drive D:. B4J and Java went to default locations on drive C:.
jFX lib is Version 5.50 which is assume is what is installed by the b4j installer.
Program shows no errors.
Solutions I found say update the java but it is the latest.
A hard drive search (both c and d drives) for javafx turned up only the following:
Thanks for any help.
Last edited: