Re: Beans Binding

2022-06-03 Thread Ernie Rael
Maybe this would be of some use https://github.com/emilianbold/nb-apache-form-binding I get confused about what depends on what. But form binding was dropped due to Apache licensing issues. -ernie On 6/3/22 12:10 PM, Bill Babbitt wrote: I am using NetBeans version 12.0 with Java 17.0.2.

Beans Binding

2022-06-03 Thread Bill Babbitt
I am using NetBeans version 12.0 with Java 17.0.2. and Maven. I created a dependency with BeansBinding.jar version 1.2.1. I want to bund my database tables with components in my application, specifically a “Customers DB” table with a customers jTable. Having connected and added the database and

Re: setting default Java platform

2022-06-03 Thread Neil C Smith
On Fri, 3 Jun 2022, 18:16 Michael Bien, wrote: > just because java -version works in your shell does not mean everything > is correctly set up. > Worth remembering too that the important thing is the location of the javac on the path (not java) and the output of javac -version. The NetBeans laun

Re: setting default Java platform

2022-06-03 Thread Michael Bien
On 03.06.22 18:53, Glenn Holmer wrote: On 6/3/22 09:12, Michael Bien wrote: the default platform is the JDK NB is running on. If you don't define any platform that is what NB is going to use. I suppose NB could allow setting a different platform as default, but it can't do that atm, since defau

Re: setting default Java platform

2022-06-03 Thread Andreas Reichel
Glen, something is definitely wrong with your JVM Folder or your JAVA_HOME because this works for me like a charm. Default is derived from the Folder of the currently running JVM instance. When I change the Default instance, Netbeans just follows. Have you tried to set JAVA_HOME to the actual fol

Re: setting default Java platform

2022-06-03 Thread Glenn Holmer
On 6/3/22 09:12, Michael Bien wrote: > the default platform is the JDK NB is running on. If you don't define > any platform that is what NB is going to use. > > I suppose NB could allow setting a different platform as default, but it > can't do that atm, since default means "runtime". > > changing

Re: setting default Java platform

2022-06-03 Thread Michael Bien
Hi Glen, the default platform is the JDK NB is running on. If you don't define any platform that is what NB is going to use. I suppose NB could allow setting a different platform as default, but it can't do that atm, since default means "runtime". changing it right now would require to set

Re: setting default Java platform

2022-06-03 Thread Andreas Reichel
Greetings Glen. Looks correct to me (from the Netbeans point of view), but your need to check the directories. Mine looks like: are@archlinux ~> ls /usr/lib/jvm/ …/lib/jvm/default/ …/lib/jvm/java-17-jetbrains/ …/lib/jvm/default-runtime/ …/lib/jvm/java-17-openjdk/ …/lib/jvm/java-

setting default Java platform

2022-06-03 Thread Glenn Holmer
Why can't I remove the default Java platform? How do I set 17.0.2 as the default? See attached screenshot. -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." - To unsubscribe