Android Question Where are this jar files

victormedranop

Well-Known Member
Licensed User
Longtime User
i'm trying to make a lab with b4a jar files in netbeans. but I cant find this jar files,
like this :
anywheresoftware.b4a.BALayout;
anywheresoftware.b4a.B4AActivity;
anywheresoftware.b4a.ObjectWrapper;
anywheresoftware.b4a.objects.ActivityWrapper;
anywheresoftware.b4a.B4AUncaughtException;
anywheresoftware.b4a.debug.*;

if anyone can tell me where are located.

thanks

victor
 

Roycefer

Well-Known Member
Licensed User
Longtime User
Try the core.jar and b4ashared.jar files in b4a's INTERNAL libraries folders. Note that you can import all jars in a folder into your netbeans project and inspect their package structure and discard the ones you don't need.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
usually for b4a wraps i have a import for b4ashared and the core.jar from b4a
 
Upvote 0
Top