I can not install NetBeans in Windows 10

1

I comment the situation quickly because I do not know what is happening, in other machines with Windows 10 I have been able to install NetBeans perfectly, even in Windows 7 but in my PC (Windows 10) specifically by double clicking the installer and giving administrator permissions the "Configuring installer" bar exits, it loads completely, but the installer never appears.

JDK and JRE have them perfectly installed and has not given me problems with other Oracle products. I've been pissed all morning because I can not install it. I've tried both version 8.0.1, 8.1 and 8.2 on both x86 and x64 architectures.

Have any of you gone through the same situation?

    
asked by RomeroBinary 04.06.2017 в 12:36
source

1 answer

3

Hi Romero! The first thing I would recommend is that you download the x86 installer and that you run it normally. If the problem persists, as is happening, I would recommend that you try to perform the installation through the windows console

You must move to the directory where you have the installer, for example: C: \ Users \ User \ Downloads then run the installer with the javahome option (it is usually installed in C: \ Program Files \ Java \ jdk 1.6.0.45 or the path you have in your file system): C: > cd C: \ Users \ User \ Downloads C: \ Users \ User \ Downloads> netbeans-8.0.2-javaee-windows.exe - javahome "C: \ Program Files \ Java \ jdk 1.6.0.45"

If it still does not work, it is probably another problem, if it persists, try to download the installer from another source.

Greetings and luck!

Resources used: Installing the NetBeans IDE 8.0.1 in Windows 10

    
answered by 05.06.2017 / 01:03
source