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

Method javaVersion

ij/src/main/java/ij/IJ.java:1257–1259  ·  view source on GitHub ↗

Returns the Java version (6, 7, 8, 9, 10, etc.).

()

Source from the content-addressed store, hash-verified

1255
1256 /** Returns the Java version (6, 7, 8, 9, 10, etc.). */
1257 public static int javaVersion() {
1258 return javaVersion;
1259 }
1260
1261 /** Always returns true. */
1262 public static boolean isJava2() {

Callers 4

ImageJMethod · 0.95
runMethod · 0.95
showInfoMethod · 0.95
validateTargetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected