I need to put a compiled class into WEB-INF/classes. My WEB-INF folder didn't have a classes folder so I created one according the directions here.
Even after restarting my computer, however, the classes folder won't show up in the project explorer (even though it is in the Build Path).
Also, for extra happiness/brownie points, can you tell me how to compile just one class to my classes folder?
Thanks all!