Android Question Simple Library Compiler - BADocler Error

Nikan99

Member
I try to create a jar - xml using Simple Library Compiler for B4A. I have the jar files I need to and the newest version of BADocler.
Do you know why i receive a message like that:
My code is here:
package anywheresoftware.b4a.sample;

import anywheresoftware.b4a.BA.ShortName;

@ShortName("#FirstLib")

public class FirstLib {
public static int multi(int x) {
return x * x;
}
}
 

Nikan99

Member
Post the logs after switching B4A to use Java 8.
Oh.
I did change the variables environments in windows but i did not change the javac in B4A. I did it now and it worked.
Thanks for the help!

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…