[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Integrating Help For 3RD Party JDBC Driver
|
Hello,
Using eclipse 3.1.2. - Windows Server 2003
Have downloaded 3RD Party JDBC drivers and have added the jar file to the
Package. No problems.
What I would like to know is:
What needs to be done so that F1 help will display help information in the
eclipse help window specific to the 3RD party class implememtation.
For example:
F1 help for 'DataSource' produces information regarding the interface
(javax.sql.DataSource).
But F1 help for 'SQLServerDataSource'
(com.microsoft.sqlserver.jdbc.SQLServerDataSource)does not display the
implementation specific help.
Thanks in advance.