Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
My property files in WEB-INF/classes directory gets deleted when I restart the myeclipse IDE. Some of the example files are commons-logging.properties and simplelog.properties.
How can I make them persist? Is there a way to see these files in the Package Explorer?
Any files in the project output folder (WEB-INF/classes for webprojects) can be “scrubbed” at any time by eclipse. Put them in the root of your src folder. They will be copied to WEB-INF/classes by eclipse. Any non-buildable files in the source folder are copied directly to WEB-INF/classes.
Now your properties files will show up as normal in the source folder.