Can anyone tell me about this:
The project uses a class library called "javaee-endorsed-api-6.0", but this class library was not found.
I have downloaded javaee-endorsed-api-6.0.jar and click Resolve in netbeans 7.3, add the jar. But it can't resolve. I have searched about this a lot. but i cant find the solution.
This resolved my similar issue
Download this jar
javaee-endorsed-api-6.0.jar
Ensure you copy the jar file to the
netbeans/enterprise/modules/ext directory
On the Netbeans ANT library manager create a new Library
javaee-endorsed-api-6.0
Once added you can restart netbeans and the issue is no more.
You need to add this as a Library (and not jar). Create a Library with the same name i.e. javaee-endorsed-api-6.0 and add the downloaded javaee-endorsed-api-6.0.jar file into this Library. This will Resolve your problem.
I had the same problem and was able to resolve the problem by editing the file build.properties
which is found in the IDE's userdir.
For Example on typical windows installation the file is located at C:\Users\Kuldeep\AppData\Roaming\NetBeans\7.4
Edit the file and add the following line:
libs.javaee-endorsed-api-6.0.classpath=C:\\Program Files\\NetBeans 7.4\\enterprise\\modules\\ext\\javaee-api-6.0.jar
libs.javaee-endorsed-api-6.0.maven-pom=
libs.javaee-endorsed-api-6.0.src=
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With