Installing the Netbeans program on our Windows machines required a couple of
steps as the installer complained over-and-over about the absence of a
compatible Java runtime.
The workaround is to manually extract the exe and execute the bundle.jar installer.
From the commnand prompt execute the following two commands:
Java SE Development Kit (JDK) was not found on this computerThis is a known issue and filed as a bug under Netbeans' tracker but there is a solution.
JDK 6 or JDK 5 is required for installing the Netbeans IDE. Make sure that the JDK is properly installed and run installer again. You can specify valid JDK location using -javahome installer argument.
The workaround is to manually extract the exe and execute the bundle.jar installer.
From the commnand prompt execute the following two commands:
netbeans-6.5.1-windows.exe –-extract
java -jar bundle.jarThe first one extracts the installer from the exe while the other executes the installer.
No comments:
Post a Comment