JAVAFX 11 not supporting ECMAScript6 and css3
问题 I am creating a web browsing exp with some drawing tool with JAVA FX 11 but while trying to load the javascript code which has let and const used these variables are simply getting ignored and throwing the exceptions. I am using maven 3.8.0, Java 1.8 and JavaFX 11. The code is as follows: <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>12-ea+9</version> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-web</artifactId>