Hello, I am trying to build a standalone version of my project via the B4J program.
For this I had to update my java from 8 to 22..
Now I get this error and already installed javaFx from GluonHQ and updated the conf path but still this error:
B4J Version: 10.00
Parsing code. (0.00s)
Java Version: 8
Building folders structure. (0.14s)
Compiling code. (0.09s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\b4j\example\main.java:6: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
only showing the first 1 errors, of 39 total; use -Xmaxerrs if you would like to see more
javac 22.0.2
Anyone knows the solution ?
thank you !!
For this I had to update my java from 8 to 22..
Now I get this error and already installed javaFx from GluonHQ and updated the conf path but still this error:
B4J Version: 10.00
Parsing code. (0.00s)
Java Version: 8
Building folders structure. (0.14s)
Compiling code. (0.09s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\b4j\example\main.java:6: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
only showing the first 1 errors, of 39 total; use -Xmaxerrs if you would like to see more
javac 22.0.2
Anyone knows the solution ?
thank you !!