The problem is that you're using a JRE (3rd item on your list). Make sure you point Eclipse to a JDK.
JRE = Java Runtime Environment JDK = Java Development Kit -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Oct 6, 2010 at 12:52 PM, epoy <[email protected]> wrote: > I created a New Wep Application Project using Eclipse IDE. My IDE is > already setup to run GAE Development Mode. But when I started creating > index.jsp file on may war folder. It displays > > "Your project must be configured to use a JDK in order to use JSPs" > > My Library includes > - App Engine SDK [App Engine - 1.3.7] > - GWT SDK [GWT - 2.0.4] > - JRE System Library [jre6] > > I think I already made the right configuration. Because when I Run the > Web App it works fine. But the Red thing is annoying. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
