2

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).

Build path WITH classes file

Project Explorer WITHOUT classes

Also, for extra happiness/brownie points, can you tell me how to compile just one class to my classes folder?

Thanks all!

AllieCat
  • 3,890
  • 10
  • 31
  • 45

1 Answers1

1

Let me make the discussion little transparent, goto view menu(in project explorer top right corner) ----> customize view ----> uncheck java output folders.

vinayHR
  • 11
  • 1