I need to set the following argument as the Default VM Arguments in Eclipse
-javaagent /Developer/aspectj-1.6/aspectjweaver.jar
When I add the line and run my code, it gives me the error:
Unrecognized option: -javaagent
Could not create the Java virtual machine.
How do I fix this ?