I created a new
struts 1.3.10 project using the Eclipse
Tomcat template. The WEB-INF classes directory is hidden in Eclipse Package Explorer. I have turned off all the filters.
I know the directory exists as I can find it using Windows Explorer. The issue gains significance as my ApplicationResources.properties is in classes and it seems to me (a relative newbie) that I should be able to modify the resource file from within Eclipse.
Was my mistake to use the Tomcat template? If so, is it, generally-speaking, more advisable for newbies to use the
Java project template as I don't believe I want to use the Dynamic Web Project template.
Many thanks.
Matt