I'm currently trying to create a local library DC (A) that references another library DC (B). How do I add references to the library DC (A) can reference library DC (B). Right now when I run the application that is using library DC (A) it is giving a NoClassDefFound error of a class that is contained in library (B).
I have tried adding the "defLib" compiliation public part to DC (A) from DC (B), but when I try to deploy DC (A) the library is not available.
Message was edited by: Dustin Gronso