-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javafx on java 11 #656
Comments
oracle has removed javaFX form Java Development Kit (JDK) 11, hence need to provide dependency on javafx-controls module. I have added the dependency on pom.xml as a fix and will send the pull request.
|
added dependency javafx-controls for java 11 #656
@shiluka thanks ! looks good. one observation is that the "fatjar" size is now 25 MB instead of 17 MB. I guess it is not too bad :| I also notice the log has stopped appearing in the textarea in the UI - hope someone can take a look I guess the JAR may become a little more bigger when we use GraalVM, ref #646 |
@ptrthomas observed the logging issue after 0.9.1 itself. |
@babusekaran thanks, that is what I thought. needs fixing. |
released 0.9.2 |
Can not build intuit/karate on java 11.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile (default-testCompile) on project karate-junit4: Compilation failure
[ERROR] /home/dev/projects/karate/karate/karate-junit4/src/test/java/com/intuit/karate/junit4/demos/UiRunner.java:[14,12] cannot access javafx.application.Application
[ERROR] class file for javafx.application.Application not found
The text was updated successfully, but these errors were encountered: