B4J Question javafx error when running B4XPages tutorial

mcorbeel

Active Member
Licensed User
Longtime User
I followed the steps as shown in the B4XPages video tutorial, but it gives error.
Created new B4J project, then > file > new > B4XPages > and run
and I get:

B4J Version: 8.50
Java Version: 8
Parsing code. (0.01s)
Building folders structure. (0.01s)
Running custom action. (0.04s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
javac 1.7.0_45
src\b4j\example\main.java:7: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
 
Top