Re: create serialVersionUID

2022-05-24 Thread Guy Daniel
There is a current thread on the Netbeans slack channel talking about this. Apparently this one works quite well: https://github.com/hlavki/netbeans-svuid-generator On 5/24/22 01:03, Roberto Bottoni wrote: Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks! Rob

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Laszlo Kishalmi
The following one works though: netbeans --jdkhome /snap/openjdk/current/jdk Making that default the following would do: cp -r /snap/netbeans/current/netbeans/etc $HOME/snap/netbeans/current/ echo 'netbeans_jdkhome="/snap/openjdk/current/jdk"' >> $HOME/snap/netbeans/current/netbeans.conf Ho

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Laszlo Kishalmi
On 5/24/22 01:38, Michael Bien wrote: the snap packages are no official packages they are provided by the community. That's kind of official, but in the terms of being convenience binary. Built from Apache repositories on ASF's own build grid. but in general: netbeans/etc/netbeans.conf has th

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Laszlo Kishalmi
Well, However I like the idea of Snap packages (being the main maintainer of the NetBeans one), I'd just install java from the standard Ubuntu debian packages or if you need something exotic, using SDKMAN (search on that if you are thinking about it). This could be as simple as: sudo apt ins

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Juan Algaba
I don´t think you can set a default in that window. The default is the JDK that netbeans is running on. AFAIK only the windows installer sets the netbeans_jdkhome value automatically. On Tue, May 24, 2022 at 9:48 AM Eric Bresie wrote: > > Curious, when running Netbeans when selecting Tools…Java P

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Eric Bresie
Curious, when running Netbeans when selecting Tools…Java Platforms and setting a default should that set the JDK home in the config file at the same time? Get Outlook for iOS From: Juan Algaba Sent: Tuesday, May 24, 2022 11:37:27 AM To: Mic

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Juan Algaba
Do note, that in order to edit netbeans.conf you won't be able to edit the one inside the snap, you need to make a local copy in your user folder using a specific folder structure that mirrors the snap, and then edit that: https://stackoverflow.com/questions/58825429/how-to-configure-netbeans-when-

Re: Netbeans with Snap packaged OpenJDK

2022-05-24 Thread Michael Bien
the snap packages are no official packages they are provided by the community. but in general: netbeans/etc/netbeans.conf has the property "netbeans_jdkhome" which you can use to tell NetBeans which JDK it should run on. I don't know much about snap so this might work differently there since t