Victor
Victor

Reputation: 163

Google AppEngine Failed to compile jsp files. mac os

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?

Upvotes: 1

Views: 682

Answers (1)

stewe
stewe

Reputation: 42642

To compile jsp files you need the JDK. The JRE does not help here.

Upvotes: 1

Related Questions