Extract Java 9 module test about irrelevant jars in JDK home

Skip it on JDKs where ant-javafx.jar is not present.
This commit is contained in:
Alexander Udalov
2021-01-06 21:47:14 +01:00
parent 9fd250b2b1
commit b8d7b39e2c
8 changed files with 49 additions and 61 deletions
@@ -14,8 +14,4 @@ fun main(args: Array<String>) {
// Module oracle.desktop
val a: com.oracle.awt.AWTUtils? = null
println(a)
// No module, this class is declared in $JDK_9/lib/ant-javafx.jar
val x: com.sun.javafx.tools.ant.AntLog? = null
println(x)
}