Posts by Spes • 26 points
1 post
-
1
votes1
answer2947
viewsA: Error: package javax.Servlet does not exist import javax.servlet. *
The error displayed is because the compiler cannot find and therefore cannot import javax.Servlet, because that jar is inside the web server. To compile properly via command line it is necessary to…