javaee-endorsed-api-7.0 not found

esteban fabian patiño picture esteban fabian patiño · Nov 27, 2017 · Viewed 18.3k times · Source

Good morning the reason for my question is about an error that tells me neatbens javaee-endorsed-api-7.0 not found I'm trying to find information on how to solve but I find information is 6.0 but it works for me can someone tell me how solve this problem or provide information where you can find information I am creating a web project with java web jee 7 the version of the neatbens is 8.2

I am working an application web project

error

ant -f "G:\Mis Documentos\NetBeansProjects\WebServiceSicb" -Dnb.internal.action.name=build -DforceRedeploy=false "-Dbrowser.context=G:\Mis Documentos\NetBeansProjects\WebServiceSicb" dist G:\Mis Documentos\NetBeansProjects\WebServiceSicb\nbproject\build-impl.xml:797: The libs.CopyLibs.classpath property is not set up. This property must point to org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part of NetBeans IDE installation and is usually located at /java/ant/extra folder. Either open the project in the IDE and make sure CopyLibs library exists or setup the property manually. For example like this: ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar BUILD FAILED (total time: 0 seconds)

Blockquote

Answer

Noman_ibrahim picture Noman_ibrahim · Oct 21, 2018

I had the same problem. Just go to Tools--> Plugin-->Available Plugins---> Search for EJB and Ear and install it. The problem will be gone.