Bug? Deploy error

MaFu

Well-Known Member
Licensed User
Longtime User
Same problems with spaces.

And a new error:
I start B4J with doubleclick on existing project file. On compile B4J shows a project save dialog. If i cancel the dialog, B4J says "Project folder not set. You should first save the project."
If i start B4J and load project file compiling works.
Maybe another problem with spaces?
 

ciprian

Active Member
Licensed User
Longtime User
I have also an error. What does it means?
B4X:
Parsing code.                          0.00
Compiling code.                        0.01
Compiling debugger engine code.        0.42
Compiling generated Java code.          Error
javac 1.7.0
src\b4j\example\main.java:5: error: package javafx.application does not exist
public class main extends javafx.application.Application{

I have allready installed javafx.application
 
Top