Hi,
I have web project which is currently unter the J2EE 1.4 Specifications. I want now to add a Restful-Service to this project, therefore I need to change the project to a J2EE 5 Project, otherwise I will receive an error by the myecilpse wizard.
With this message;
“Project must be a JEE 5 web project to use the REST framework”
What I’ve tried:
I removed the 1.4 J2EE Libraries from the build path and added the Java EE 5 Libraries. But the error occurs again. ALso I can see in the propterties view of the project under the myelipse part that the project is running as a Java Enterprise Specification 1.4
Can you help me how to solve this???
Thanks