Bug? Compile to Library

stevel05

Expert
Licensed User
Longtime User
On trying to compile to Library without changing the package name gives an error:

Parsing code. 0.01
Compiling code. 2.52
Compiling generated Java code. Error
javac 1.7.0_45
src\B4J\Example\main.java:9: error: cannot find symbol
ba = new anywheresoftware.b4a.ShellBA("b4j.example", "b4j.example.main", null);
^
symbol: class ShellBA
location: package anywheresoftware.b4a
1 error

Change the package name and it works fine.

It's obviously not a big issue, just an error.
 

stevel05

Expert
Licensed User
Longtime User
Hmmm, I can't get it to fail now either. I thought I compiled int in release mode. Oh well, thanks for checking it out. Sorry to waste your time on this one
 
Top