MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / executedByJDK

Method executedByJDK

src/main/java/core/packetproxy/common/Utils.java:309–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 public static boolean executedByJDK() {
310 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
311 return compiler != null;
312 }
313
314 public static boolean javaVersionIs1_8() {
315 String version = System.getProperty("java.version");

Callers 1

supportedJavaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected