Hi,
I intend to use in a B4J program AsyncStreamsObject and added the AsyncStreamsObject.bas as module.
Furthermore the following lines of code were added:
At compilation time I get following error information:
B4J version 2.80
Parsing code. 0.03
Compiling code. 0.09
Compiling generated Java code. Error
B4J line: 108
value = fx.LoadImage(Dir, FileName)
javac 1.7.0_45
src\b4j\example\asyncstreamsobject.java:89: error: cannot access Image
_value = (Object)(_fx.LoadImage(_dir,_filename).getObject());
^
class file for javafx.scene.image.Image not found
1 error
What can be the reason?
Harry
I intend to use in a B4J program AsyncStreamsObject and added the AsyncStreamsObject.bas as module.
Furthermore the following lines of code were added:
B4X:
Dim CStream As AsyncStreamsObject
CStream.Initialize(Me,"CStream")
CStream.WriteFile("Webcam","/home/pi/MyApps/Domo","Webcam.jpg")
At compilation time I get following error information:
B4J version 2.80
Parsing code. 0.03
Compiling code. 0.09
Compiling generated Java code. Error
B4J line: 108
value = fx.LoadImage(Dir, FileName)
javac 1.7.0_45
src\b4j\example\asyncstreamsobject.java:89: error: cannot access Image
_value = (Object)(_fx.LoadImage(_dir,_filename).getObject());
^
class file for javafx.scene.image.Image not found
1 error
What can be the reason?
Harry