Java JDK Not FoundThis is a known issue and filed as a bug under Netbeans' tracker but there is a solution.
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.
when i do "netbeans-6.5.1-windows.exe –extract"
ReplyDeleteit's doesn't work.
okay maybe you just missed the option with double dash should work, cause i do
ReplyDeletenetbeans-6.5.1-windows.exe –-extract
@Mbah Hello. What do you mean it doesn't work? What is the output? If the command is not found verify that that you are executing it from the correct location. Cd there first from the command line.
ReplyDeletenetbeans-6.5.1-windows.exe –-extract
ReplyDeleteworks. Thanks