Re: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread Lars Bruun-Hansen
elp with > the following question of the three I initially posed so I can try linking up > with the mssql-jdbc-10.2.0.jre17-sources.jar in the Maven repository. > > > > > Out of curiosity, if I made a mistake and picked the wrong .zip file, how > > would I go about amending tha

RE: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
ent: 04 February 2022 16:42To: JohnSubject: Re: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods Hi JohnIt seems to me that you are dealing with a lot of time consumingissues (downloading dependencies from odd places, attaching sourcesand what not) which most Java develop

Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
Good afternoon, I am running the latest versions of NetBeans (12.6), JDK 17 and MS-SQL JDBC driver 10.2 on Windows 10. I want to integrate the JDBC sources into NetBeans so that, if I on a method (e.g. setAutoCommit of java.sql.Connection.setAutoCommit(boolean), NetBeans will take me to the source