Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine .jsp Problem

Tags:

I just created a .jsp file in my google app engine project. How to resolve the below error.

Description Resource Path Location Type Your project must be configured to use a JDK in order to use JSPs

proj1.jsp

/Proj1/war Unknown Google App Engine Problem

Kindly let me know.

like image 504
Santosh V M Avatar asked Jun 03 '11 20:06

Santosh V M


People also ask

What is Google App Engine launcher?

Google App Engine (GAE) is a platform-as-a-service product that provides web app developers and enterprises with access to Google's scalable hosting and tier 1 internet service. GAE requires that applications be written in Java or Python, store data in Google Bigtable and use the Google query language.

How do I run the Google App Engine in eclipse?

Run eclipse. To download and install the Cloud Tools for Eclipse plugin, select Help > Eclipse Marketplace... and search for Google Cloud. After installation, restart Eclipse when prompted to do so. In Eclipse, select the File menu > New > Google App Engine Standard Java Project.


1 Answers

it is the error. In order to compile jsp you need a jdk installed in your system. If you are running on a JRE you will get this error. Also make sure that your project has been configured with a jdk in it's path.

like image 62
Abdul Kader Avatar answered Sep 18 '22 16:09

Abdul Kader