Java JVM getJVMPath()

Here you can find the source of getJVMPath()

Description

get JVM Path

License

Open Source License

Declaration

public static String getJVMPath() 

Method Source Code


//package com.java2s;
//License from project: Open Source License 

import java.io.File;

public class Main {
    public static String getJVMPath() {
        return System.getProperty("java.home") + File.separator + "bin" + File.separator + "java";
    }/*from   ww  w . ja  v a  2s .  c  o m*/
}

Related

  1. getJVM()
  2. getJVMClassPath(boolean includeBootClassPath)
  3. getJvmDll(String javahome)
  4. getJvmExecutablePath()
  5. isJdk()