What did you use for compiling Java files? IDE or command line?
And what did you do in order to compile them?
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
I hope you created a proper web project through Eclipse. Using web project will take care of basic needs compile/run/deploy.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Without seeing project structure and relevant coding it is difficult to make a statement. If you want attach your project in zip/rar to next reply and someone will have look at it, of course if it is not confidential.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
2 possible issues:
1)You didn't point compiler to the location of servlet.jar file (which should not be this case if you used appropriate project)
2)Your files can no longer find each other as you may not keep folder structure as on compile
If you want to compile from command line you can use following example . For better understanding how to with deployment have look here
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902