user2320349
user2320349

Reputation: 119

error App Engine Java Standard Environment JRE8 requires Java 1.8

I develop on mac a project in google app engine with eclipse version 12.2018 and i get error like this when i compile the project: "App Engine Java Standard Environment JRE8 requires Java 1.8"

I added JRE system library java se 1.8

the project will compile without error

Upvotes: 2

Views: 943

Answers (1)

Andie Vanille
Andie Vanille

Reputation: 820

You can check if java 1.8 is listening by going to (in eclipse):

Preferences > Java > Installed JREs

I would also recommend you to verify the file in order to know the version used:

/.settings/org.eclipse.wst.common.project.facet.core.xml

Upvotes: 4

Related Questions