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

2022-02-04 Thread Lars Bruun-Hansen
Hi John, Good to hear that you are using Maven. This makes life simpler. On a project which is Maven-based you do as follows: In the Projects window in the IDE locate your project and specifically the tree node named "Dependencies". Now right-click that node and select "Download sources". This

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

2022-02-04 Thread John
Hi Lars, I use Maven and, while not an expert, use it to (for example) to check for latest versions – e.g. mvn versions:use-latest-releases and so have automated the tasks that I find useful. This only takes me a few seconds to do and, as I am only developing locally as a hobby, I do this

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