I need to install JDK 1.6.14 in order to install NetBeans 6.7.1.
I uninstalled from control panel JDK 1.8.77 but in cmd for "java -version" i have always 1.8.0.77
How can I uninstall all the version of Java (Control Panel is not enough) or how i can install NetBeans 6.7.1?
I tried with ' netbeans-6.7.1-ml-java-windows.exe --javahome "C:\Program Files\Java\jdk1.6.0_14" ' in cmd but doesn't work
If you are getting Java version as 8 even after uninstalling JDK 8 and installing JDK 6 you need to disable the
java.exefile of Java 8 version. In order to do that follow the below steps.C:\WINDOWS\system32\directory and find outjava.exejava.exefile tojava_rename.exejava -version. This command will show you Java version as 6.Hope this will be helpful for you.