Posted By:
anup_kumar
Posted On:
Tuesday, June 5, 2001 03:23 AM
Sir
I got 2 java files A and B and I have converted file B into a Package x.B and saved it into a folder under hierchy
c:/JavaWebserver/servlets/x/B.java and compiled the class there
itself.
Now I imported class x.B into java file A and calle a particular method from x.B.class.My java file A is a servlets and so I saved it in JavaWebserver/servlets/A.java and compiled it there.
Everything is compilling fine but I am having servlet 500 error while runing the servlets.
Please give me a solution.