BEA Weblogic 9.2 will work fine for me, for instance, running a web service. I’m now trying to add load time weaving for some aspects, and have done the following under server configuration for Weblogic 9.2:
1) added “-javaagent:aspectjweaver.jar” to the “Optional Java VM Arguments”, and
2) added the .jar to the classpath. under Weblogic 9 > Paths.
I now get this error:
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file: aspectjweaver.jar
Any insights appreciated.
Thanks,
John