How to know the current jvm name executable ?
843798Apr 2 2010 — edited Apr 9 2010Hi,
I should want know what is the current jvm executable, from a java program. For exemple c:\foo\bar\bin\java.exe, or /home/foo/bar/java_1.6/jre/bin/java and other.
With system properties, I can know java home, version, vendor etc of JVM, but how I can know "bin\java.exe" or other ?
Thanks.