com.ibm.wala.util.io.JavaHome Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.ibm.wala.util Show documentation
Show all versions of com.ibm.wala.util Show documentation
T. J. Watson Libraries for Analysis
package com.ibm.wala.util.io;
public class JavaHome {
public static void main(String[] args) {
System.err.println(System.getProperty("java.home"));
}
}