1
I’m developing a web project for a final college job.
When creating . jsp files for the application, it gives error because it does not find the class of Servlet. The classes and the files . class must be inside a hidden folder called classes. Do I have to create this folder? Because I didn’t find.
I wonder if I have to copy the entire src folder, which is in 'Java Resources' and/or have to transfer the location of the files. class for the /web-inf/classes folder.