I've read a lot inside and outside this forum on how to use Eclipse. Unfortunately, I still can't generate a library without errors.
I am trying to generate a library file with Eclipse. I have therefore created a lib directory and added in the Java file '@DependsOn(values={"android.jar","B4AShared.jar","Core.jar"})' and in the project a lib directory in which I have included these jar files. That's not enough to do an import command, such as 'import anywheresoftware.b4a.BA;' without giving an error message. How do I manage to create a library with Eclipse?
I am trying to generate a library file with Eclipse. I have therefore created a lib directory and added in the Java file '@DependsOn(values={"android.jar","B4AShared.jar","Core.jar"})' and in the project a lib directory in which I have included these jar files. That's not enough to do an import command, such as 'import anywheresoftware.b4a.BA;' without giving an error message. How do I manage to create a library with Eclipse?