#JAVA EE SERVLET ERROR
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
sounds like u haven't really added these external dependencies to your project yet
(not that "javaee", servlets and all that stuff is mostly legacy. everyone and their mother uses spring instead)
In addition to what Zabuzard said, do you have this dependency on your classpath? https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api
The issue was that I needed to add the Apache server runtime to the Java build path. I thought it was automatic, haha. Thanks, everyone!
Yes, I know, but I'm trying to apply for a job where they still use Java EE (unfortunately).