Reputation: 119
I imported a project but my JDK 13 JRE is unbound and i have a ton of errors because of that.
If i use another JDK version most of the errors are gone but i still have some left f.e.: The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
This is btw a school project about making a webinterface for a SQL example using jsp and tomcat server
EDIT:
SO JDK13 is not unbound anymore, but i still got the "The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path" Error. Is it because of the Server library still beeing unbound?
Upvotes: 0
Views: 260