ServletContext supplies the major and minor versions of the servlet runtime. See http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html#getMajorVersion()
To retrieve the runtime version of App Engine, use the SystemProperty class: https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty#version ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Sep 19, 2013 at 11:28 AM, Andrew Ong <[email protected]>wrote: > > how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for > JAVA? I hava found the MANIFEST.MF files which say nothing about it. please > give me a help. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
