Troubleshooting OSGi [message #328051] |
Tue, 13 May 2008 09:27 |
David Pérez Messages: 228 Registered: July 2009 |
Senior Member |
|
|
Hi
I have created a new bundle, for wrapping an existing jar file (MySql JDBC
driver).
It should be as easy as updating the MANIFEST.MF file
Here is the contents of this file:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MySql Connector
Bundle-SymbolicName: mysql.connector
Bundle-Version: 5.1.6
Bundle-Vendor: Sun Microsystems
Bundle-ClassPath: .
Export-Package: com.mysql.jdbc
I make plugin name com.mycompany.myplugin depend on the mysql.connector
plugin.
Problems:
1- PDE doesn't show mysql.connector as dependencies of
com.mycompany.myplugin
2- Cannot access any class from com.mycompany.myplugin from
com.mycompany.myplugin
What am I missing?
Any hint will be
|
|
|
Powered by
FUDForum. Page generated in 0.02490 seconds