Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] New Connectivity Plug-in for BZ 117318

Hi all...

This is to let you know that we've added a new plug-in to Connectivity for
version 1.0 - org.eclipse.datatools.connectivity.jdt.

This new plug-in adds the ability (requested by BZ 117318 - Libraries for
Driver Definition) to re-use an existing driver instance's jar list as a
classpath container in a Java project. This allows users to use their
driver jars within Java projects easier, by simply consuming an existing
driver instance.

To access this new functionality, with the new plug-in in your workbench,
open the Properties (from the context menu) for a Java project. On the Java
Build Path property page, select the Libraries tab and click the Add
Library button. There's a new library type - Connectivity Driver Instance.
Select it and click Next. Select an available Driver Instance and click
Finish. In your Java project, you will see a new reference to the jars in
the driver instance you selected alongside the JRE System Library and
Plug-in Dependencies.

You can also edit an existing Connectivity Driver Instance library by
selecting it and clicking Edit on the Libraries tab of the Java Build Path
property page for a Java project. Change the selected driver instance and
click Finish to update it.

John, this will need to be added to the nightly builds if you get a chance.

Thanks.
--Fitz

Brian Fitzpatrick
Senior Software Engineer/DTP Committer
Sybase, Inc.



Back to the top