Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Create and Export MySQL JDBC driver bundle"

(New page: This page explains how to create an OSGi bundle for the MySQL JDBC driver that you downloaded as part of CDO_Source_Installation#Downloads.)
 
Line 1: Line 1:
This page explains how to create an OSGi bundle for the MySQL JDBC driver that you downloaded as part of [[CDO_Source_Installation#Downloads]].
+
This page explains how to create an OSGi bundle for the MySQL JDBC driver that you downloaded as part of [[CDO_Source_Installation#Downloads]] and export it to the [[CDO_Source_Installation#Target Platform|target platform]] of your [[CDO_Source_Installation#Workspace|CDO workspace]].
 +
 
 +
* In your Eclipse IDE open the ''New Project'' wizard and select ''Plug-in from existing JAR archives'':<br>

Revision as of 11:42, 27 June 2008

This page explains how to create an OSGi bundle for the MySQL JDBC driver that you downloaded as part of CDO_Source_Installation#Downloads and export it to the target platform of your CDO workspace.

  • In your Eclipse IDE open the New Project wizard and select Plug-in from existing JAR archives:

Back to the top