I do not dare to uninstall Java 17 and 11 to reproduce the former error.
Anyway, I'll try to explain what has happened when migrating the
development of a Netbeans java servlet app project using Tomcat 10 from
Windows 10 to Windows 11:
Initially, a *java.lang.NoSuchMethodError: java.net.URLEncode
On 12/30/22 17:59, Shawn Heisey wrote:
On 12/30/22 17:03, Carles Franquesa wrote:
Once downloaded, installed, and configured in the settings of the
netbeans project, the error has changed, what always is very hopeful.
Now, the thing is that the compiler gives this new output:
image.png
Tr
On 12/30/22 17:03, Carles Franquesa wrote:
Once downloaded, installed, and configured in the settings of the
netbeans project, the error has changed, what always is very hopeful.
Now, the thing is that the compiler gives this new output:
image.png
Tried to modify the compiler options in the p
Solved, thank you very much for your help!
I don't really understand the way it has been solved, but not it works.
What I did after the new build error, and not knowing how to fix it, was to
try java 17, which kept giving the same error.
Then I went back to java 8 in the project settings, into t
Thanks for your answer, Shawn, deeply.
Once downloaded, installed, and configured in the settings of the netbeans
project, the error has changed, what always is very hopeful.
Now, the thing is that the compiler gives this new output:
[image: image.png]
Tried to modify the compiler options in th
On 12/30/22 09:07, Carles Franquesa wrote:
I am trying to run a web app made with Netbeans 16 using Apache-Tomcat
10.0.27 on Windows 11. It worked fine on Windows 10 with the same tomcat.
Everything goes fine when starting the server (it takes just 625ms!) but
after that, when I try to debug the
Hallo all,
I am trying to run a web app made with Netbeans 16 using Apache-Tomcat
10.0.27 on Windows 11. It worked fine on Windows 10 with the same tomcat.
Everything goes fine when starting the server (it takes just 625ms!) but
after that, when I try to debug the project, the next error is throw