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.

  1. put .jar files project subdirectory.
  2. add .jar files classpath: project>properties>java build path>add jar>project subdirectory of jar files
  3. follow instructions in: adding 3rd party jars web-inf/lib automatically using eclipse/tomcat

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -