android-play-publisher-api icon indicating copy to clipboard operation
android-play-publisher-api copied to clipboard

Needs Java EE SDK instead of normal SDK

Open peterdk opened this issue 9 years ago • 2 comments

I keep getting errors about javax.servlet.** missing. Seems to be that the normal Java SE SDK doesn't have these, but the EE SDK is needed. Maybe note this somewhere?

peterdk avatar Oct 16 '14 18:10 peterdk

It can be solved by adding servlet-api.jar from tomcat, if you have no EE Eclipse version installed.

peterdk avatar Oct 16 '14 19:10 peterdk

@peterdk Thank you for this. I was getting the same issue. Downloading the jar from here: http://mvnrepository.com/artifact/javax.servlet/servlet-api/2.5 and importing it into the project did the trick for me. This should be noted on the project page.

octohub avatar Feb 20 '15 21:02 octohub