Running my program on the desktop works fine - no error.
As soon as it is hooked up to my Raspberry PI, to run on the emulator, I get the following compile error:
B4J Version: 8.10
Java Version: 11
Parsing code. (0.07s)
Building folders structure. (0.02s)
Compiling code. (0.36s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. (0.00s)
Compiling debugger engine code. (0.01s)
Building jar file. Error
System.IO.FileNotFoundException: Could not find file 'C:\B4J\Programs\serial test\Files/testback.png'.
File name: 'C:\B4J\Programs\serial test\Files/testback.png'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.get_Length()
at fj.a(ef A_0, Dictionary`2 A_1, Tuple`2[] A_2)
at eu.a.ag()
It seems that the compiler is looking for a file (graphic file) called "testback.png" and does not find it? This file was used in an earlier version of the code for testing on y desktop, but since deleted.
Is there a cache or something that I need to do house keeping with????
As soon as it is hooked up to my Raspberry PI, to run on the emulator, I get the following compile error:
B4J Version: 8.10
Java Version: 11
Parsing code. (0.07s)
Building folders structure. (0.02s)
Compiling code. (0.36s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. (0.00s)
Compiling debugger engine code. (0.01s)
Building jar file. Error
System.IO.FileNotFoundException: Could not find file 'C:\B4J\Programs\serial test\Files/testback.png'.
File name: 'C:\B4J\Programs\serial test\Files/testback.png'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.get_Length()
at fj.a(ef A_0, Dictionary`2 A_1, Tuple`2[] A_2)
at eu.a.ag()
It seems that the compiler is looking for a file (graphic file) called "testback.png" and does not find it? This file was used in an earlier version of the code for testing on y desktop, but since deleted.
Is there a cache or something that I need to do house keeping with????