Problem with libs

2020-05-27 Thread Ken Litkowski
I am getting the message "Non-existing path "C:\JavaProjects\FanseParser2\${libs.MySQLDriver.classpath}" provided." What should I be doing? (I am moving from Netbeans 8 to Netbeans 11, from Windows 7 to Windows 10. I don't understand what I need to do.) -- Ken Litkowski TEL

Re: [java] [tomcat] Is there a trick to deploying a web app to Tomcat?

2020-05-27 Thread Matt Baron
Running 12.0 Beta 5, I had no issues at all with these versions of Tomcat. Thanks again! apache-tomcat-8.5.55/ apache-tomcat-9.0.30/ apache-tomcat-9.0.35/ -- Matt Baron mbaron.netbe...@fastmail.com On Wed, May 27, 2020, at 11:14 AM, Matt Baron wrote: > For sure. I'll install it today an

Re: [java] [tomcat] Is there a trick to deploying a web app to Tomcat?

2020-05-27 Thread Matt Baron
For sure. I'll install it today and report back ASAP. -- Matt Baron mbaron.netbe...@fastmail.com On Wed, May 27, 2020, at 12:41 AM, Geertjan Wielenga wrote: > > Can you try this scenario with 12.0 Beta 5? There has been a recent fix in > this area. > > bit.ly/download-12-0-beta-5 > > Gj >

Re: [java] [tomcat] Is there a trick to deploying a web app to Tomcat?

2020-05-27 Thread Matt Baron
Thank you Rene! Tomcat 9.0.30 worked perfectly. -- Matt Baron mbaron.netbe...@fastmail.com On Tue, May 26, 2020, at 9:24 PM, René Aravena wrote: > Hi, I had that problem with the apache-tomcat-9.0.35 (last) version, I went > back to the apache-tomcat-9.0.30 and it worked ok, however I didn't

Spell check

2020-05-27 Thread HRH
Hi, How do I correct a misspelled word in the IDE (Netbeans 12 Beta 4)? Google search suggests "Alt+Enter" will fix the spelling it but it doesn't. It prompts me to add the misspelled word to the dictionary instead. Thanks