Hi, 

acually I´m working on a SAP Web AS integration, so I need to access some 
classes from external 3rd party jars.
these jars seem to be OSGI bundels, with a MANIFEST.MF containing for 
example:

Require-Bundle: com.tssap.sap.libs.logging
Bundle-Vendor: %provider.name
Bundle-ClassPath: lib/sap.com~tc~exception~impl.jar
Bundle-Version: 2.0.0.091202153157
Bundle-Localization: plugin
Bundle-Name: %plugin.name
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.sap.exception;singleton:=true

=>      is there a way to simple deploy these jars and get the classes 
from lib/*.jar into the classpath ?
        or do I have to extract the lib/*.jar and deploy it separately ?

Thanx for any reply, 

Torsten

Reply via email to