So I began developing Java applications on my laptop a few weeks ago, and I've been doing so on my laptop since then... But now when I try to install the JDK on my PC, it doesn't install (as in, I double click on the JDK[version].exe and the Install Wizard doesn't even show up). -- and yes, I have the JRE installed. I'm very confused and frustrated... I'd really appreciate if someone can tell me what I'm doing wrong (and, yes, I've already tried reinstalling the JRE).
|
|
Download the JDk from here. Please check the product/File description which matches your PC as download it. |
|||||
|
|
First of all, please check your PC operating system. If it is windows (thats what I guess by your question detail about wizard), try to see system information (check for 64 bit). If it is not, please try to install x86 (32 bit) JDK. If it is x64 (64 bit) then, try to run with "Run as administrator" option by right clicking it. If it is not working either way, then please check the system log from Control Panel -> Administrative Tools -> Event Viewer and see what is going around on installation. In the worst case, for work around, just install 32 bit JDK, it should work fine in 64 bit OS. After all this, if you are successful in installing, please follow this link to configure JDK |
|||||||||||
|