Hi Richard,
That's a strange issue - not something we've ever seen before.
The eclipse plugin itself doesn't have any dependencies on the javaee-api interfaces. For reference, here's a list of all the libraries it
does depend on:
commons-io-2.1
guava-10.0
kxml2-2.2.2
slf4j-api-1.6.4
velocity-1.5
xmlpull-1.1.3.1
xstream-1.4.2
substeps-core-1.1.0
substeps-core-api-1.1.0
I think the next question to ask would be, how did you create your Eclipse project initially? Was it from within Maven?
If you examine the Referenced Libraries from within your Package Explorer, are there any indications of an additional dependency
on javaee-api?
Regards,
Stu