cincheo / jsweet-eclipse-plugin

The official Eclipse plugin for the JSweet transpiler
http://www.jsweet.org
Apache License 2.0
20 stars 10 forks source link

New error in Eclipse 4.11 #25

Closed pascalheraud closed 5 years ago

pascalheraud commented 5 years ago

Since Eclipse 4.11, I have this error popping up into "problems" view :

Java compiler cannot be found: make sure that JAVA_HOME points to a JDK (version>=8) and not a JRE, or sets the transpiler jdkHome option

JAVA_HOME is correctly set to a JDK8 and the project's settings points to a JDK8 as well.

As noticed, javascript generation is not working anymore.

Any ideas ?

Installed version : JSweet 0.9.1.201902132254 org.jsweet.feature.feature.group JSweet

pascalheraud commented 5 years ago

my bad, I didn't remember it is the JDK running eclipse not the one associated with the project.