T Toley Active Member Licensed User Longtime User Nov 19, 2013 #1 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 Click to expand...
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 Click to expand...
ciprian Active Member Licensed User Longtime User Nov 19, 2013 #2 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
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.
T Toley Active Member Licensed User Longtime User Nov 20, 2013 #3 Thank you for the info. I think I missed this one. Upvote 0