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 wi

Re: Matisse GUI builder bindings

2022-02-04 Thread Jeremy Faden CS
My application is about 500K lines of code and very dependent on Swing and Graphics2D, so that's not really an option. Jeremy On 2/4/22 14:39, Chuck Davis wrote: You might want to begin the migration to JavaFX. It has a very good binding capability.  There's a learning curve but well worth the

Re: Matisse GUI builder bindings

2022-02-04 Thread Chuck Davis
You might want to begin the migration to JavaFX. It has a very good binding capability. There's a learning curve but well worth the effort. Build your dialogs with Scene Builder and load them into your Java program with FXMLLoader. Distribution takes a little more effort but, again, well worth t

Re: Matisse GUI builder bindings

2022-02-04 Thread antonio
The bindings library is GPL licensed and cannot be distributed with Apache NetBeans (Apache License). Bindings support was dropped in 2019, AFAIR. There's https://github.com/emilianbold/nb-apache-form-binding you may want to try. Cheers, Antonio El 4/2/22 a las 17:27, Jeremy Faden CS escrib

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 regularly

Matisse GUI builder bindings

2022-02-04 Thread Jeremy Faden CS
I've recently upgraded to Netbeans 12.6 after working with Netbeans 8 for years.  Everything is working smoothly, but I just noticed that any of my GUIs which used bindings before cannot be edited in the GUI builder and I see that when I make a new GUI, I no longer have the option to add bindin

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

Re: Using the LSP server

2022-02-04 Thread Eric Bresie
May want to check out the following: https://cwiki.apache.org/confluence/display/NETBEANS/Adding+New+Language+Support Also can reach out to the d...@netbeans.apache.org for more help. Eric Bresie ebre...@gmail.com On Tue, Oct 26, 2021 at 7:08 AM Joo wrote: > Hello! > > Netbeans has a LSP ser

Re: Installing C/C++ 8.2 in NB 12.6

2022-02-04 Thread Eric Bresie
In more recent JDKs, the pack200 has been removed from the JDK itself as of JDK 14 I believe (see https://openjdk.java.net/jeps/367). As such, it may be necessary to locate another earlier version (maybe JDK 11 or 8 the previous Long Term releases) of the JDK where the unpack200 is still present.

Re: Upgrading Dependencies when new Netbean Releases

2022-02-04 Thread Eric Bresie
Apparently for maven projects, there is a "settings.xml" file (in my case found in my user home's .m2 folder) which defines the netbeans-ide platform profile and where it is located. Eric Bresie ebre...@gmail.com On Sun, Jan 16, 2022 at 10:06 AM Eric Bresie wrote: > Looking in the console duri

adding external source code

2022-02-04 Thread Amn
How can I add external source code (file.java) to my project? All the information I found is related to adding libraries (file.jar) to the project, which I have already done (thanks folks). TIA. - To unsubscribe, e-mail: users-u