B4J Question Threading Library

Roycefer

Well-Known Member
Licensed User
Longtime User
It's the same library as for B4A: https://www.b4x.com/android/forum/threads/threading-library.6775/

Beware, Erel will yell at you if you use the Threading library. Oftentimes, it's not needed and it makes programs a lot more complex. Also, keep in mind that when you run B4J projects in debug mode, they run everything in the Main Thread, which means your Threading stuff won't work. You have to test those projects in release mode.
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
You copied both the jar and the xml file into your AdditionalLibraries folder? Also, what is it needed for?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Copy the files to additional libs folder and then right click on the library tab and choose reload.
Or ReOpen the IDE. It should be listed then.
 
Upvote 0
Top