I'm trying to deploy my Java EE project on GoogleAppEngine on eclipse (Indigo/ mac os X lion). But I have an error:
com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files.
I checked my JRE path, it seems to be good. Maybe a library? Anyone have an idea?
To compile jsp
files you need the JDK
. The JRE
does not help here.
pourcentage1 = total1 *100.0 / marks.size();
And compiler doesn't know .size() function.
Anyone have an idea - Victor 2012-04-05 18:31