Like a lot of development companies, The Untangled Web has been eagerly awaiting the release of Netbeans 6.8. While previous versions supported PHP and some affiliated frameworks, 6.8 offers the most comprehensive integration of the Symfony Framework we are aware of in an IDE.
Installing the 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.
Java SE Development Kit (JDK) was not found on this computer
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.
This is odd, we thought, since we have been using Netbeans 6.5 happily for some time and it was running off Java 1.5. After mucking with JAVA_HOME, CLASSPATH and trying to pass the –javahome path to the installer at the command line, we found a way (Google is your friend) to force feed the Netbeans 6.8 installer.
First, extract the JAR installer from the executable:

This will dump a file into your directory called bundle.jar. The JAR file can be executed using your Java 1.5 or 1.6 installation as follows:

Your command window will begin to churn out all the verbosity that is the Netbeans installer and, within a few moments, the installer wizard will appear in all its glory:

Follow along with the usual machinations of software installation and your Netbeans IDE will run happily thereafter.
Tags: 6.8, error, installer, Java, java se development kit, LinkedIn, NetBeans, PHP, Symfony, was not found
Hi – thanks for this info – after two aborted attempts using the windows installer, and only getting to less than 20% in 60 minutes, this did the full installation in 5 minutes. Now I can get on and do some coding. Well, I would be able if I hadn’t wasted 90 minutes trying to install it, and now I have to go shopping on the last Saturday before Christmas. Where did I put my elbow sharpeners from last year….
Happy to have helped. As for the elbow sharpeners; stop looking. They sprout automatically given the correct set of circumstances: season, frenzy, time expired since last cup of coffee.
Thanks guy … I was wasting my time in other websites
awesome post. you saved my life
Glad to hear you’re up-and-running..