Hi,
In another thread (https://communities.vmware.com/thread/513303) the following advice is provided, and looks to be extremely helpful for me:
"If you use this 3rd party jar in only one of your bundles, you can try to package it within your jar. This way you won't need to deal with import packages."
Could you please advise how this is achieved please? I'm working on the service layer, and need to include the third-party JAR. I am having problems (NoClassDefFoundError) with the 3rd party classes not being available within the Virgo server, so believe this could be the simplest solution. (The project is fine in Eclipse, it is only when attempting to instantiate an object of the third party class that errors are occurring).
Many thanks