Saturday, 22 August 2015

Java/Jee Exceptions/Errors

1) Failed to collect dependencies at javax.servlet:javax.servlet-api:jar:3.1.0: Failed to read artifact descriptor for javax.servlet:javax.servlet-api:jar:3.1.0: Could not transfer artifact javax.servlet:javax.servlet-api:pom:3.1.0 from/to central (https://repo.maven.apache.org/maven2): web-proxy.atl.company.com: Unknown host web-proxy.atl.company.com -> [Help 1]

1-Solution: Comment or Remove proxies in .m2/setting.xml

Worked? Give a comment :)
-----------------------------------------------------------------------------------------
2) Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path - Start tag of element <html>

2-Solution: http://stackoverflow.com/questions/4076601/how-do-i-import-the-javax-servlet-api-in-my-eclipse-project

worked? Give a comment :)
-----------------------------------------------------------------------------------------