All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.shoothzj.javatool.util.JdkUtil Maven / Gradle / Ivy

The newest version!
package com.github.shoothzj.javatool.util;

/**
 * @author hezhangjian
 */
public class JdkUtil {
    private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(JdkUtil.class);
    public static final String JAVA_HOME_PATH = System.getenv("JAVA_HOME");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy