Re: Cannot run a web app in Tomcat on NB21

2024-04-28 Thread Brian Allison (ISSRS)
Here are several approaches you could try to diagnose and possibly resolve the problem: 1. Check Tomcat Version Compatibility: Ensure that the Tomcat 9 version you’re using is fully compatible with the version of the JDK configured in NetBeans and the JDK used by Tomcat itself.

Re: Netbeans IDE 21 and Mac

2024-04-25 Thread Brian Allison (ISSRS)
Problem resolved. Updated to 14.4.1 and used the community installer. > On Apr 25, 2024, at 3:13 AM, Neil C Smith wrote: > > On Thu, 25 Apr 2024 at 10:06, David Gradwell wrote: >> I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 >> chip. > > Yes, definitely make

Netbeans IDE 21 and Mac

2024-04-24 Thread Brian Allison (ISSRS)
I just got my new MacBook Air with Sanoma 14 installed. I just installed Netbeans IDE 21. When I click on the app it will not open. I have uninstalled and reinstalled several times and rebooted the computer. HELP! Brian -

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 > <mailto:h.leinin...@gmx.at.INVALID>> wrote: >> >> public JTextField tfISfile; >> public JTextF

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