Maybe read the documentation on the sun site about Java and then look at the
docs on the servlet api and how to do some of the stuff. It seems that you
aren't grasping the basics of the tools of the java language.
Your last question exhibits that exception because there isn't supposed to be a
ma
Thanks to everyone that helped me with my last problem but now I get this
error when I run java (compiles file):
Exception in thread "main" java.lang.NoSuchMethodError : main
I thought it was my code, but I've tried it with example servlets from both
the jserv implementation as well as the jsdk