Netbeans 6.5.1 Download

Active7 months ago
  1. Netbeans Ide 6.5.1 Download
  2. Netbeans 6.5 1 Free Download
  3. Download Netbeans 8.0.1

I got the following message when I open the NetBeans. I have got the JDK installed, and set the bin directory in the environment. What I could do next to avoid this problem? Btw, I am using Windows 7 64 bit.

Netbeans 6.5.1 is really old. However, Netbeans can be downloaded with the JDK. Check this link NetBeans + JDK Bundle. Last modified: Thu Jun 30 10:10:00 UTC 2016: Last modified by: tim.lebedk. Created: Thu Jun 30 10:10:00 UTC 2016: Created by: tim.lebedk. Automated tests. Sep 11, 2016  Connection between mySql netbeans. Java Project Tutorial - Make Login and Register Form Step by Step Using NetBeans And MySQL Database - Duration: 3:43:32. 1BestCsharp blog. NetBeans IDE 6.5 is a significant update to NetBeans IDE 6.1 and includes the following changes:. PHP support with code completion, Xdebug and web service features. JavaFX 1.1 supports animation, graphics and media codecs for rich content application development for desktop and mobile devices. NetBeans IDE 6.5 is a significant update to NetBeans IDE 6.1 and includes the following changes:. PHP support with code completion, Xdebug and web service features. JavaFX 1.1 supports animation, graphics and media codecs for rich content application development for desktop and mobile devices. Oct 27, 2017  Netbeans 6.5.1 is really old. However, Netbeans can be downloaded with the JDK. Check this link NetBeans + JDK Bundle.

Suraj Rao
25.4k8 gold badges68 silver badges81 bronze badges
william007william007
5,57814 gold badges53 silver badges116 bronze badges

19 Answers

Do the following steps to resolve the problem

  1. Ensure that the JDK is already installed.

  2. If the installer is on a CD, Copy the EXE file for the Netbeans 6.5.1 installer onto your hard disk.

  3. Note the location of the installer.

  4. Open a Command Prompt running as administrator:Go to Start button > All Programs > AccessoriesRight click Command PromptSelect Run as administrator

  5. In the Command Prompt use the cd command to change to the directory containing the installer.

  6. Execute the following command to extract the contents of the installer: [Note: You might need to change the name of the installer to match the one you have.]

    netbeans-6.5.1-ml-java-windows.exe --extract

  7. Execute the following command to manually execute the installer:

    java -jar bundle.jar

You will see rapid scrolling output in the Command Prompt window for a few moments, then the installer window will appear to begin the installation process.

BhuvanBhuvan
1,3649 gold badges23 silver badges42 bronze badges

I use the following steps to solve the problem:

First, Make sure

Run in Command Prompt

Uchenna Nwanyanwu
2,5363 gold badges28 silver badges57 bronze badges
william007william007
5,57814 gold badges53 silver badges116 bronze badges

I would first double-check that you installed the JDK, rather than just the JRE. It's easy to grab the wrong one and not even realize it. Then I'd make sure that your JAVA_HOME environment variable is pointing to your JDK install directory, NOT the bin directory. You may want to add the bin directory to the PATH environment variable, but Netbeans is more likely looking at the JAVA_HOME environment variable.

Mark P.Mark P.

I was facing the same problem, not it works fine.

  1. just open cmd

  2. cd to the directory where your netbeans setup file is located.

  3. in cmd, write the name of the entire setup file and write --javahome 'address of jdk'

  4. hit enter, it will surely solve your problem

for example, if the setup file is: netbeans8.02.exe

and path of JDK is C:/program files/java/jdk9.01

then run the command,

netbeans8.02.exe --javahome 'C:/program files/java/jdk9.01'

and hit enter! :-)

xscorp7xscorp7

go to cmd and enter the following command:

C:Users{usernamehere}DocumentsDownloadsnetbeans-{version}.exe –-javahome 'C:Program Files (x86)Javajdk{version}'

before it make sure you have properly set the environment variable.If it is not works than check compatibility of program orreinstall jdk appropriately and set environment again and do as above command.

Suhaib Janjua
2,82811 gold badges45 silver badges62 bronze badges
Ram MehraRam Mehra

You have to either provide JAVA_HOME environment variable which points to the JDK location or as it says, you can run the installer from the command line passing JDK address through its -javahome argument like this:

You must also make sure that your installed JDK is the Windows 64-bit version of the program. This is the download link for JDK6U37: http://download.oracle.com/otn-pub/java/jdk/6u37-b06/jdk-6u37-windows-x64.exe

RGORGO
3,3383 gold badges19 silver badges34 bronze badges

When this type of problem occurs simply delete previous path setting and add new path in Environment variable.

new path name JAVA_HOMEpath 'Your computer path' without bin

and also edit path variable with bin path.

netbeans will working fine whatever the version is.either jdk 9 or upper version.

Debajit BasuDebajit Basu

From the commnand prompt execute the following two commands:

netbeans-6.5.1-windows.exe –extract//two dashes before extract

The first one extracts the installer from the exe while the other executes the installer.

according to this link:http://fuzz-box.blogspot.com/2011/05/netbeans-65-jdk-not-found.html

Mahmoud SalehMahmoud Saleh
16.7k106 gold badges295 silver badges460 bronze badges

Set JAVA_HOME and PATH,Open Command line with admin rights,Run in command line >>netbeans-6.5.1-ml-windows.exe --extract,Run in command line >>java -jar bundle.jar

Mihira PrasannaMihira Prasanna

This is still an issue when installing NetBeans 8.0. To install it, first confirm that JDK is installed correctly. On my machine, it was located in C:Program FilesJavajdk1.8.0_11

Then, I was able to install NetBeans 8.0 by restarting my computer in Safe Mode With Networking. When running the NetBeans exe installation file in Safe Mode With Networking, it will prompt you to confirm the location of the Java JDK directory.

Matthew3Matthew3
  1. Go to net beans folder where you have installed it.
  2. Right click uninstall icon and select properties
  3. select the compatibility tab and click the check box 'Run this program in compatibility mode'
  4. Apply changes
  5. From command prompt, run the following command : >uninstall.exe -javahome C:YOUR_JRE_LOCATION
Siddharth AdhikariSiddharth Adhikari

write in the command prompt

netbeans version may be different so type that name i.e. if you have netbeans 6.5, then write netbeans6.5 instead of 8.2.

user3079834
7831 gold badge14 silver badges39 bronze badges
Shubham SinghShubham Singh

You just simply needs to add JAVA_HOME environment variable and provide the complete path of the latest JDK folder on your computer.

Re launch the installer and it would work.

ADITYA RATHIADITYA RATHI

Download audio songs hindi free. I have same problem, and solve by this way:

  1. Open CMD
  2. go to file netbeans.exe
  3. press Sift Key + Right Click and copy as pathCopy as path
  4. paste on CMD look like C:Usersunnamed>'C:UsersunnamedDownloadsProgramsnetbeans-8.2-windows.exe'
  5. write --javahome do same poin 2 on JDK folder
  6. write on cmd look like C:Usersunnamed>'C:UsersunnamedDownloadsProgramsnetbeans-8.2-windows.exe' --javahome 'C:Program FilesJavajdk-9.0.4'

  7. enter. enjoy it.

sigit dwisigit dwi

I got this Error today while installing latest Java 10.0.1 ( downloaded JDK in official oracle website) and also downloaded NetBeans version 8.2.

My JDK installation went as smooth as Cake.

But the problem is in Netbeans installation. When I tried to install Netbeans, the error message showed was: 'JDK was not installed on your system. Try using Javahome installer argument'. But nothing helped me.

Solution:

  • Download JRE alone from their website.
  • Move your NetBeans installer to local drives other than c.
  • Install JRE by clicking the exe file.
  • Set JAVA_HOME, PATH in environment variables.
  • Install NetBeans now.
default locale
10.2k11 gold badges47 silver badges56 bronze badges
Pavi PavithranPavi Pavithran

I face the same problem while installing the NetBeansbut I did the installation part properlysimply you have do is 1-> GO and download the JRE file of javalink ->https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

2-> After installing the JRE kindly go to directory where you have install the JRE 3-> And copy all the file of from the JRE folder 4-> And paste in the jdk folder but5-> while copying the file make sure you replace-and-copy the file while any prompt pop out

6-> Then open the command prompt(cmd) and simply type 7->netbeans-8.2-windows.exe --javahome 'path-of-your-jdk-file'

Mickey MouseMickey Mouse

For Netbeans 9.0

1)open netbeans.conf file using notepad inside etc folder

2)Search 'netbeans_jdkhome' line and uncomment it by removing '#' from start

3)locate your jdk and replace file path

For example

Muhaiminur RahmanMuhaiminur Rahman

I have got the JDK installed

You haven't specified the version. I think it is not 6 nor 5.

JDK 6 was the latest version at time of NetBeans 6.0 - 6.9 are developed. For that reason, They require JDK 6 (or JDK 5) and do not run on JDK 7 or later.

Download JDK 6
Download latest version of NetBeans

AneesAnees
5,7604 gold badges19 silver badges52 bronze badges

What I have found, the correct way of doing it is:'C:Program Files (x86)netbeans-8.0.2-windows.exe' --javahome 'C:Program Files(x86)Javajdk1.7.0_51'

  1. at first, the setup of NetBeans must be saved on your hard disk
  2. go to the place where your setup is, click properties and copy the path.
  3. Add two back slashes in it and put it in double quotes like so: 'C:Program Files (x86)netbeans-8.0.2-windows.exe'
  4. then go to the folder where your jdk is, click properties, copy the path, put double back slashes where necessary and then put it in double quotes: 'C:Program Files(x86)Javajdk1.7.0_51'
  5. then just follow the format of the first link given and you'll install it

Note: run this link in the command prompt

Rabia ShahRabia Shah

Not the answer you're looking for? Browse other questions tagged netbeansjavanetbeans6.5 or ask your own question.

Quickly and easily develop desktop, mobile and web applications

What's new in this version:

- PHP support with code completion, Xdebug and web service features.
- JavaFX 1.1 supports animation, graphics and media codecs for rich content application development for desktop and mobile devices.
- New Support for Groovy and Grails.
- Improved JavaScript, AJAX and Ruby support.
- Automatic Compile and Deploy on Save for Java and Java EE applications.
- Improved database support: SQL history, SQL completion, and results viewing and editing improvements.
- Improved Java ME support for Data Binding, SVG and Custom Component creation.
- GUI Builder: Support for Nimbus and simple class names.
- JUnit: single test method support.
- Debugger: Redesign of Step into feature.

Netbeans Ide 6.5.1 Download

More Popular Software »

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Netbeans 6.5 1 Free Download

Subscribe

Download Netbeans 8.0.1