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!

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

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

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

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

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:

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:

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

Re: BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-24 Thread Ernie Rael
On 5/23/22 11:04 PM, slipbits wrote: It is true that there other people on this list nicer than you. But let's look at your reply for a second. You provided no help, only criticism. IMO, that's not accurate. If someone wants to succeed as a programmer, they need to find solutions of all

Re: create serialVersionUID

2022-05-24 Thread Roberto Bottoni
hello, but.. sorry.. how can i build that? R. Il 23-05-2022 19:46 Vlad Palnik ha scritto: pull http://github.com/bewillcott/netbeans-svuid-generator build and install plugin and you will be good to go This email and any attachments may contain confidential and privileged information. If you

Re: BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-24 Thread slipbits
It is true that there other people on this list nicer than you. But let's look at your reply for a second. You provided no help, only criticism. The person asking the question wanted help. Rather than your acerbic answer, you might have provided some aid and direction. You did say that this