I installed java from Oracle website (here.) the last one Windows x64, but when I try to set the path there is no JDK folder inside the installation folder. There is jre folder there but it doesn't show any version number. How can I fix this issue, because I need to run jruby on Windows for that I want Java as well.
feedback
|
migrated from stackoverflow.com Sep 23 '11 at 20:07
This question came from our site for professional and enthusiast programmers.
|
The download path tell you the jdk version is Java6 update 27, you can run java -version to verify the version. | |||||||||||
feedback
|
|
I am afraid executing java -version will not tell you if you have a jdk. By default JDK is installed under Program FIles like in my case it is here C:\Program Files (x86)\Java\jdk1.6.0_22 Check out the similar location on your box and see if it has | |||||||
feedback
|