Since I updated to version 4 my libraries no longer compile with SLC. I get the error below;
Simple Library Compiler
Starting step: Compiling Java code.
javac 1.7.0_45
E:\Dropbox\My Apps\Java\LimitlessLED\src\com\tchart\limitlessled\BridgeFinderWrapper.java:17: error: package anywheresoftware.b4a does not exist
import anywheresoftware.b4a.BA;
^
1 error
If i copy bashared.jar to the libs folder then it compiles fine.
It was compiling fine before i upgraded to version 4
Simple Library Compiler
Starting step: Compiling Java code.
javac 1.7.0_45
E:\Dropbox\My Apps\Java\LimitlessLED\src\com\tchart\limitlessled\BridgeFinderWrapper.java:17: error: package anywheresoftware.b4a does not exist
import anywheresoftware.b4a.BA;
^
1 error
If i copy bashared.jar to the libs folder then it compiles fine.
It was compiling fine before i upgraded to version 4