I've installed on my pc NetBeans 11.3 and imported my old project from NetBeans 8.0.2. Initally it worked fine, but recently it starts to generate some error like Http 500 or Http 404 (this is very strage because there's nothing wrong with the paths). If i build and clean the project with the older version everything works fine, even with the 11.3 version, but if i make some server-side changes it gives me the previous error or sometimes InvocationTargetException. Can anyone help me to fix this problem?
Asked
Active
Viewed 30 times
1
-
Looks like you have an error somewhere and it's not compiling correctly. Hard to pinpoint the cause without knowing anything about your code. – Federico klez Culloca May 13 '20 at 10:39
-
Sounds like you need to restart your server when you have made changes to it. – mwarren May 13 '20 at 10:46