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
I would like to add a resources directory that would copy all files and directories in to the base of the jar/war. Is there a way to tell MyEclipse how to do this? I was trying with the package configurations but that didn’t seem to work.
Steven,
I’m going to need some more information explaining what you are trying to do. Your WAR is created by MyEclipse from the root of your WebRoot directory, but creating a JAR (I’m assuming out of a Java Project?) is different, that’s from the root of your build output dir, so putting something in the root of your /src dir will do the trick.