您的位置:首页 > 移动开发

Google App Engine: RUN JSP ERROR

2010-03-10 17:24 501 查看
I used Eclipse to try the google app engine demo project: guestbook.

when i create a *.jsp file in the WAR directory,the error information appear:

"Your Web Application Project must be configured to use a JDK in order to use JSPs."


solution:

It is because Eclipse put the JRE to the JRE directory, but not the JDK directory.

under "windows - preference", expand "Java". click on "Installed JRE":

change the location to JDK directory.

refresh the project. Done!!!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: