Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Troubleshooting OSGi
Troubleshooting OSGi [message #328051] Tue, 13 May 2008 09:27
David  Pérez is currently offline David PérezFriend
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
Previous Topic:annotation tooltips
Next Topic:Strange Behavior when adding a FormPage into SharedHeaderFormEditor
Goto Forum:
  


Current Time: Wed Jul 17 10:21:34 GMT 2024

Powered by FUDForum. Page generated in 0.02934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top