Java Question Creating Library with external jars

apty

Active Member
Licensed User
Longtime User
I am trying to create a b4a library from a java project (eclipse). This java project references external jars which have to be ordered in eclipse by using the 'up' button under 'order and export' in eclipse 'java build path' settings. If they are not ordered the library won't work. Please assist on how to order the additional libs. Something like the below query but for b4a
http://stackoverflow.com/questions/27344160/how-to-set-the-library-build-order-in-gradle
 
Top