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
 

apty

Active Member
Licensed User
Longtime User
managed to solve it by using dependson in the java project
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…