I need to set the following argument as default VM arguments in Eclipse
-javaagent /Developer/aspectj-1.6/aspectjweaver.jar
When I add a line and run my code, it gives me an error:
Unrecognized option: -javaagent Could not create the Java virtual machine.
How to fix it?
java eclipse
Ashish agarwal
source share