I've created a J2EE library DC that references some classes in an already deployed library. The referenced jar file has been correctly deployed, as it's successfully used by some other components. I can build the DC, since I've created created a compile-time reference to the local copy of the target jar file.
Unfortunately, I can't figure out how to create a runtime reference from my J2EE library to the already deployed library - there just doesn't appear to be any place to put the reference, at least using a gui-based function in NWDS. Unlike WebDynpro, which has a 'references' configuration option, J2EE lib's don't appear to have anything similar.
Where/How can I do this?
BTW, the Visual Administrator function 'ClassLoader Viewer ' is a very handy tool for diagnosing ClassDefNotFoundError errors....