The problem must have a simple answer but I cannot get it.
I need to use the org.eclipse.core.resources and org.eclipse.core.runtime libraries with the IResources,IProject,IWorkspace,... classes. For that I have downloaded the aspectjtools.jar which contains them. I have already added the aspectjtools.jar to the project classpath in the eclipse project.
The project consists on a simple JSP page that imports the org.eclipse.core.resources and the org.eclipse.core.runtime libraries, but when I try to use for example the IWorkspace class I get an exception (IWorkspace cannot be resolved to a type) as the class IWorkspace does not exist.
I have read that another step is needed. Something about editing the aspectjtools.jar/META-INF/MANIFEST.MF, but I don't know what to write in it.
Ask for more details if needed.