B4J Question Compile error

Toley

Active Member
Licensed User
Longtime User
Hello I have this error each time I try to compile. I used an example from this forum.

Parsing code. 0.00
Compiling code. 0.03
Compiling debugger engine code. 0.37
Compiling generated Java code. Error
javac 1.7.0_04
src\b4j\example\main.java:5: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
 

ciprian

Active Member
Licensed User
Longtime User
I think you are doing the same mistake i did.
You are using an old version of java jdk.
It has to be at least java 1.7 update 6 i think.
Hope it helps you.
 
Upvote 0
Top