Unable to create Java Web project in NetBeans

I cannot create a Java Web project in NetBeans. When the wizard asks me to select "Java EE Version" on the "Server and Settings" page, there are no parameters for the java version. Do I need to install Java EE somehow?

+3
source share
4 answers

Perhaps you can install Java EE separately and configure Netbeans to use it.

IDE vendors usually do not include Java EE by default, as this is a huge additional download. If you look at the Netbeans download page , I see a list of Java EE.

+2
source

, (. ). , SDK Java EE ( ).

+3

, Java EE .

Oracle NetBeans, IDE.

( , ), . Glassfish 3, . Sevlet, , IDE.

( Tomcat), .

+3

, - :

"", "". 1 .

IDE.

"GlassFish Server 3+" "".

( ) , . " " ( " 2" ). " ...". , , GlassFish .

enter image description here

After registering the server, you can select the version of Java EE that you want to use for your Java Web App project.

+1
source

All Articles