heard that iphone/ipad does not support java. Is that true?
If yes then how do I run my Servlet on iPad?
Thanks
Ankit
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer: you can’t. For running a servlet you’d need a Java web container on top of a JVM, and that’s impossible since there is no Java support on any of the iOS devices.
If you really, really need to run a servlet-based application maybe you could do so in the cloud and access it from the iPad.