If I have a java jar or class file which is launched by the user (assuming java path is set in environment variables), so how can i from within the code, figure out absolute path of java.exe/javaw.exe from which this file is being launched.
Like on ubuntu we can run: % which java
and it shows the path.
However on windows, if i check System.getenv()
it may happen that there are multiple path's found e.g for old or new version. If through cmd line, I run java -version
it does not show the path.
Can you tell me either through pure java or command line on windows how is it possible to find out the location of javaw.exe?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…