Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Brian Allison (ISSRS)
> On Apr 15, 2024, at 9:36 AM, Brian Allison (ISSRS) > wrote: > > > >> On Apr 15, 2024, at 5:16 AM, Helmut Leininger > > wrote: >> >> public JTextField tfISfile; >> public JTextField tfIfile; >> public JTextField tfIPfile; >>

Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Helmut Leininger
Hi, after adding the declarations (quick and dirty)     public JTextField tfISfile;     public JTextField tfIfile;     public JTextField tfIPfile;     public JTextArea tbISfileinfo;     public JTextField tfRuns; It runs ok for me. Manifest is ok, can be run by double-click

Main class problem with Netbeans IDE 21

2024-04-14 Thread Brian Allison (ISSRS)
I can build and run my jFrame project in Netbeans IDE 21. If I go to the folder where my .jar file is and double click on it, nothing happens. If I go to a console and run it with the command java -jar BFC.jar I get an error no main manifest attribute, in BFC.jar If I use the command java xf