How to solve error on importing java file to my jsp file?
I am developing a simple web searching engine and I am new to jsp and java development
I use eventually I want to use two java classes:Searcher and Page in my jsp file. For the stucture of the repository,to make it simple , I put them all in a single file and without any hierarchy.