eclipse - Setting up Aspectj tools -
the problem must have simple answer cannot it.
i need use org.eclipse.core.resources , org.eclipse.core.runtime libraries iresources,iproject,iworkspace,... classes. have downloaded aspectjtools.jar contains them. have added aspectjtools.jar project classpath in eclipse project.
the project consists on simple jsp page imports org.eclipse.core.resources , org.eclipse.core.runtime libraries, when try use example iworkspace class exception (iworkspace cannot resolved type) class iworkspace not exist.
i have read step needed. editing aspectjtools.jar/meta-inf/manifest.mf, don't know write in it.
ask more details if needed.
i have resolved problem problem viktor stolbin answer.
- put .jar files project subdirectory.
- add .jar files classpath: project>properties>java build path>add jar>project subdirectory of jar files
- follow instructions in: adding 3rd party jars web-inf/lib automatically using eclipse/tomcat
Comments
Post a Comment