Wish Additional libraries folder configurable by project

stanmiller

Active Member
Licensed User
Longtime User
Wish - Additional libraries folder configurable by project

When upgrading to 3rd party libraries like ABM, where API's and parameters are subject to change between versions, it would valuable to have the Additional Libraries path configurable by project.

AddLibs for ABM 2.00 projects
C:\Program Files (x86)\Anywhere Software\B4J\AddlibrariesAbm200

AddLibs for ABM 2.17 projects
C:\Program Files (x86)\Anywhere Software\B4J\AddlibrariesAbm217
 

JohnC

Expert
Licensed User
Longtime User
+1
 

stanmiller

Active Member
Licensed User
Longtime User
Do not overwrite your ABM libraries, but rename them:

e.g.

ABMaterial203.jar and ABMaterial203.xml
ABMaterial217.jar and ABMaterial217.xml

Now in your 2.03 project select ABMaterial 2.03 and in your 2.17 project the other one.

Nice tip! That worked.
 
Top