Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve missing Java EE Server Libraries in Netbeans

enter image description here

Can you suggest how to add server in the libraries section of netbeans for Java.

like image 457
rajat saha Avatar asked Jun 17 '17 06:06

rajat saha


People also ask

Does NetBeans 12 support Java EE?

The key new feature for Gradle users in Apache NetBeans 12.0 is its support for Java EE.

How do I know if Java EE is installed?

Open command prompt and type “Java -version”. Java EE isn't installed as an SDK by itself. It is a set of standards that different vendors implement when building application servers.


1 Answers

To resolve this issue, you need to add Server to Netbeans -> Service list.

You could also follow below steps :

1. Identify the project, which has missing server libraries

enter image description here

2. Right click on project and click Resolve Missing Server Problem..

enter image description here

3. Then, Select the appropriate Server as per your project requirement, if not available in the list, then add the server.

enter image description here

Now, you can verify your project.

enter image description here

like image 61
Ravi Avatar answered Sep 28 '22 09:09

Ravi