MasterProcessChannelProcessorFactory
.AbstractPathConfiguration.isModularPathConfig()
.AbstractPathConfiguration.isClassPathConfig()
.IsolatedClassLoader.addURL(URL)
.ProcessCheckerType
.java.home
is /jdk
(since jdk9) or /jdk/jre
(prior to jdk9) then the absolute path to
JDK home is returned /jdk
.jvmExecutable
is /jdk/bin/java
(since jdk9) or /jdk/jre/bin/java
(prior to jdk9) then the absolute path to JDK home is returned /jdk
.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.