I use aspectj in wsad5.1 dev env. I can not compile the project with aspectj nature for ejb project and web project. I can compile the simple java project smoothy. when I compile ejb project,I get the compile failed message. anybody can tell me the cause for this error. dev env: wsad5.1,ajde1.1.4,win2000
solution for this problem: added the following to a problem-converted-project .classpath file <classpathentry kind="con"<br /> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> and then recompile the aspectj nature converted project,pretty compiled. ^_^