MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / isJava18

Method isJava18

ij/src/main/java/ij/IJ.java:1287–1289  ·  view source on GitHub ↗

Returns true if ImageJ is running on a Java 1.8 or greater JVM.

()

Source from the content-addressed store, hash-verified

1285
1286 /** Returns true if ImageJ is running on a Java 1.8 or greater JVM. */
1287 public static boolean isJava18() {
1288 return javaVersion >= 8;
1289 }
1290
1291 /** Returns true if ImageJ is running on a Java 1.9 or greater JVM. */
1292 public static boolean isJava19() {

Callers 15

selectWindowMethod · 0.95
loadMethod · 0.95
keyPressedMethod · 0.95
runJavaScriptMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runCommandMethod · 0.95
mouseWheelMovedMethod · 0.95
EditorMethod · 0.95
evaluateJavaScriptMethod · 0.95
updateUrlMethod · 0.95
openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected