Find path to current JVM

7

2

I need to find the path to the current Java VM running on my Windows machine. How can I do that?

Ondrej Sotolar

Posted 2011-07-03T12:54:54.137

Reputation: 143

Answers

12

Go to Control Panel, and look for the Java control panel applet. In there click on the Java tab, and then the "View..." button. The window that pops up should have the paths to the Java VM executables.

camster342

Posted 2011-07-03T12:54:54.137

Reputation: 1 691

2

procexp can display the full path of executables.

user1686

Posted 2011-07-03T12:54:54.137

Reputation: 283 655

1Only, of course, if they are running. The JVM on Windows is not a daemon, though there is now a Java Quick Start process (jqs.exe) that is getting there. – President James Moveon Polk – 2011-07-03T17:37:40.850