Just did a fresh install of B4A on new computer and trying to compile samples. When I run the hpptutils2 (and several other samples) I get this error.
javac: file not found: src\anywheresoftware\b4a\samples\httputils2\main.java
When I run the ACL sample, I get this one:
Compiling code. 0.01
Compiling layouts code. 0.00
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.7.0_07
src\com\rootsoft\acl\main.java:54: error: cannot find symbol
processBA.activityBA = null;
^
symbol: variable activityBA
location: variable processBA of type BA
1 error
I've checked for duplicate B4Ashared.jar files and there is only one in the libraries folder. I have an additional libraries folder but none have the B4AShared.jar file.
Any ideas?
Edmond
javac: file not found: src\anywheresoftware\b4a\samples\httputils2\main.java
When I run the ACL sample, I get this one:
Compiling code. 0.01
Compiling layouts code. 0.00
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.7.0_07
src\com\rootsoft\acl\main.java:54: error: cannot find symbol
processBA.activityBA = null;
^
symbol: variable activityBA
location: variable processBA of type BA
1 error
I've checked for duplicate B4Ashared.jar files and there is only one in the libraries folder. I have an additional libraries folder but none have the B4AShared.jar file.
Any ideas?
Edmond