I am developing a web project for a final college job.
When creating .jsp files for the application, it fails because it does not find the servlet class. Classes and .class files must be inside a hidden folder called classes. Do I have to create this folder? Well I did not find it.
I would like to know if I have to copy the whole src folder, which is in 'Java Resources' and / or I have to transfer the location of the .class files to the / web-inf / classes folder.