Reputation: 9191
When I right click on a folder and choose New...JSP file in eclipse project view, nothing happens. How can I fix this so that a new JSP is created in the designated folder when I right click on the folder?
I should note that I am using the same structure from this tutorial.
Should I also move the application.properties file to be outside the Java Resources folder?
Upvotes: 1
Views: 327
Reputation:
It seems like you have eclipse problems..Or sometime it can also be that updating your project (maven update) solve your problem.I just did that and got everything normal.Restart and refresh eclipse and try again .
Upvotes: 1