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

2022-05-23 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 k

Re: create serialVersionUID

2022-05-23 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 ar

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

2022-05-23 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 lis

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

2022-05-23 Thread Mark A. Flacy
So... Other people on this list have attempted to help prior to this reply. They are much nicer than I. 1. You *never* asked a question. You posted a bit of code and indicated there was an error. You didn't indicate that you tried to figure out the error or anything else. The peop

Netbeans with Snap packaged OpenJDK

2022-05-23 Thread Stroud Custer
I just installed Netbeans and OpenJDK onto by Kubuntu 22.04 LTS. For some reason the required aliases to map openjdk.java to java, etc.  were not created when OpenJDK was installed.  I created the aliases found in the file /var/snap/openjdk/common/openjdk.env. Typing "java", "javac", "jar" into

Re: NB 13 - Markdown files

2022-05-23 Thread Bradley Willcott
Hi Neil. That was it, thanks. Brad. On 23/4/22 15:53, Neil C Smith wrote: On Sat, 23 Apr 2022 at 08:25, Bradley Willcott wrote: I am trying to edit some markdown files in NB 13. However, when I right-click on the file in the Projects Explorer, all I get is "Open as Binary". Hit the "Way-Bac

create serialVersionUID

2022-05-23 Thread Roberto Bottoni
Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks! Roberto. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For fu

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

2022-05-23 Thread Phil L
Try declaring BF, BW and test inside the main method or declare them as public static. On 5/23/22 01:46, John Barrow wrote: I am relatively new to Java, and get this occasionally myself due to the "static main" method being typed within the class. The issue is that you are trying to access "B