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

com.ibm.wala.util.io.JavaHome Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package com.ibm.wala.util.io;

public class JavaHome {

  public static void main(String[] args) {
    System.err.println(System.getProperty("java.home"));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy