I have read all posts about my problem, but the solutions only describe how to fix Eclipse.
I am compiling a library in B4A and reuse it in B4a.
I can only get it to Work if the package name is the same in the library and the consuming program.
I have uninstalled all Java, reinstalled Java6, Java 7 and Java8.
Tried to fix system variables.
I have rewritten my example to expose a class that starts a service.
Is it possible to have different package names in a program and a library ?