I'm fairly new to Java and I've been working on Java SE JDK 7 + Eclipse for Java. If I install NetBeans for Java EE, do I have to install Java EE 7 SDK?
Asked
Active
Viewed 151 times
3 Answers
1
No. Java EE 7 is a specification, which is implemented by an Java EE application server. So if you use the bundled GlassFish, you'll have everything you need.

Alexander Rühl
- 6,769
- 9
- 53
- 96
0
According to this link, JEE7 is partially supported and it will be feature complete with Netbeans 8. Also, I have tried myself to setup Tomcat 8.0(partial support for JEE7) to work with Netbeans 7.3.1, it doesn't work out of the box.

Silviu Burcea
- 5,103
- 1
- 29
- 43
-
looks like [Netbeans 7.3.1 for Java EE](http://wiki.netbeans.org/JavaEE7NetBeans731) got everything I need... – dono Oct 21 '13 at 10:01
0
no, It Will Work With The Old One, just Go To The command line and type
javac -version
and if u found it so it will working With NetBeans Good

Muhammad F. Musad
- 869
- 8
- 17