"javaee-endorsed-api-6.0" is missing

Can someone tell me about this:
The project uses a class library named "javaee-endorsed-api-6.0", but this class library was not found.
I downloaded javaee-endorsed-api-6.0.jar and clicked the "Allow" button in netbeans 7.3, add a jar. But he cannot decide. I searched a lot about it. but I can not find a solution.

+7
source share
5 answers

I had the same problem and resolved it by installing some Java Enterprise Edition resources through NetBeans. Go to the "Plugins" section and accept the plugin named "EJB and EAR" for installation. After that, NetBeans installation will automatically find the files it needs.

+16
source

I had the same problem, and I was able to solve it by editing the file build.propertieswhich is in the userdir IDE. For example, in a typical Windows installation, the file is located atC:\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=
+2
source

( ). , JavaEE --6.0 JavaEE --6.0.jar . .

+1

, - this help?

0

. , , :

  • "", .
  • . , , . javaee-endorsed-api-6.0, javaee-endorsed-api-6.0
  • jar , JAR/Folder.
  • OK, .

: - javaee-endorsed-api-6.0.jar - , , , .

-1

All Articles