I downloaded Java from their site and installed it

but now I cannot find it on my computer!

Where can I find it? Im running 'Windows

link|improve this question

45% accept rate
Is this a troll job? – polygenelubricants Mar 4 '10 at 5:11
1  
What's your Operating System? – ChrisF Mar 4 '10 at 8:51
What do you need it for? Browser? Stand alone java programs? Programming? – Gnoupi Mar 4 '10 at 9:58
feedback

migrated from stackoverflow.com Mar 4 '10 at 5:12

This question came from our site for professional and enthusiast programmers.

5 Answers

up vote 5 down vote accepted

Look under c:\Program Files\Java and c:\Program Files (x86)\Java.

link|improve this answer
feedback

Default installation is usually C:\Program Files\Java[jdk|jre]_[version]\

link|improve this answer
feedback

Did you add your installed path to PATH environment varible?

link|improve this answer
feedback

Search for the file java.exe in your computer.

link|improve this answer
feedback

Try going to a command prompt and typing: echo %JAVA_HOME%

link|improve this answer
Sorry, but this one does not work for me. – JordyOnrust Mar 4 '10 at 9:46
feedback

Your Answer

 
or
required, but never shown

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