Link to home
Start Free TrialLog in
Avatar of Eindoofus
Eindoofus

asked on

Does the Java SE install include the JDK?

I downloaded NetBeans Java SE at the following link:

http://netbeans.org/downloads/index.html

And when I run the installer I get a warning message at the bottom of the first windows stating "No compatible JDK was found".

Will JDK be installed with the Java SE install through NetBeans or will I have to go install the JDK separately?
Avatar of for_yan
for_yan
Flag of United States of America image


This will download the whole bundle of NetBeans with JDK tiogether
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html
ASKER CERTIFIED SOLUTION
Avatar of viralypatel
viralypatel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eindoofus
Eindoofus

ASKER

Thanks, I found that link earlier. However, I still don't know whether the JDK gets installed with Java SE.
Sorry @viralypatel, I typed up the above comment and posted it before I saw yours.
By Java SE one may imply just runtime enviroement JRE - then it would not contain JDK,
If you are instaklling Netbeans and plan to develop you need to have JDK

If I were you, and was starting to use NetBeans I'd rather install NetBeans and JDK togeether in one bundle.
There may be some benefit to that - if you are anyway starting with both of them.