Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re:Can ActiveMQ be used together with OSGI?

MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProducerApp Plug-in
Bundle-SymbolicName: ProducerApp
Bundle-Version: 1.0.0
Bundle-ClassPath: bin/
Bundle-Activator: producerapp.Activator
Bundle-Vendor: Wang Zhu
Bundle-Localization: plugin
Import-Package: org.osgi.framework;version="1.3.0",
 osgiproducer

I think that you are right,I realy have not imported javax.jms .
But I can't find javax.jms in my JDK
--
TransitWang/WangZhu
Computer School,Northwestern Polytechnical University

Back to the top