hi all,
I am running a servlet on apache server in window 7. I am calling a java class from servlet. But what is problem with me. I compiled my java class fine which been called from servlet then after i try to compile to servlet but this time i got an error from compiler for servlet file is that:
java class (class name here) file not found (for which i am creating object in servlet file)
i am getting errors in all line where i created object to invoke the java class file because specific java file is not found by compiler. both file are in same folder on server c:\.................../WEB-INF/classes
please help me what should i do....
I am running a servlet on apache server in window 7. I am calling a java class from servlet. But what is problem with me. I compiled my java class fine which been called from servlet then after i try to compile to servlet but this time i got an error from compiler for servlet file is that:
java class (class name here) file not found (for which i am creating object in servlet file)
i am getting errors in all line where i created object to invoke the java class file because specific java file is not found by compiler. both file are in same folder on server c:\.................../WEB-INF/classes
please help me what should i do....