HI, All
I'm trying to make non-ui server's app for OpenCV usage.
And i have such error:
jFX lib is added as Image class is required for pictures.
cl_matcher is my class that uses OpenCV lib: if to remove some code the error is anyway:
How to solve, what is this error ?
I'm trying to make non-ui server's app for OpenCV usage.
And i have such error:
B4X:
B4J Version: 9.10
Parsing code. (0.01s)
Java Version: 11
Building folders structure. (0.02s)
Running custom action. (0.05s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\peacemaker\sc4\utils.java:4: error: package javafx.embed.swing does not exist
import javafx.embed.swing.SwingFXUtils;
^
Note: src\peacemaker\sc4\cl_matcher.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
javac 11.0.1
jFX lib is added as Image class is required for pictures.
cl_matcher is my class that uses OpenCV lib: if to remove some code the error is anyway:
B4X:
B4J Version: 9.10
Parsing code. (0.02s)
Java Version: 11
Building folders structure. (0.02s)
Running custom action. (0.06s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\peacemaker\sc4\utils.java:4: error: package javafx.embed.swing does not exist
import javafx.embed.swing.SwingFXUtils;
^
1 error
javac 11.0.1
How to solve, what is this error ?