I had a working java project, I decided to remove all the Server Runtime Environments in my eclipse. since i am getting many errors like :
The import javax.persistence cannot be resolved
,
Entity cannot be resolved to a type
... can I restore the state of my project ?
After thinking in logical reason , I think that the prbolem issued after that I had edited the PATH Variable in windows , can someone tell me what I shouldhave in this PATH variable to get the package javax.persistence working ?