Where does javaw.exe live on a standard Vista installation?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 4 down vote accepted

I believe;

C:\Program Files\Java\jre[version number]\bin
link|improve this answer
close. Instead of jdk it's jre[version] – Michael Pryor Aug 20 '09 at 23:14
Thanks, changed. – RJFalconer Aug 20 '09 at 23:22
feedback

The Java Runtime Environment file javaw.exe (which is the non-windowed version of java.exe) is located at:

C:\Program Files\Java\jre[version]\bin\javaw.exe

In my case, I've got 5 folders in my Java folder, each a different version:

jre1.6.0

jre1.6.0_03

jre1.6.0_05

jre1.6.0_07

jre6

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.