AspectJ - Load-time weaving, privileged aspect and pointcut on private method of JRE class?

This seems like post compile-time weaving with reference to a class not specified on the inpath (java.net. AbstractPlainSocketImpl). It is necessary to specify explicitly which .

Class/. Jar files are to be "woven" by AspectJ. See more details here: eclipse.org/aspectj/doc/released/devguid....

I want to weave at runtime, not at compile time. – batto Jun 8 at 11:19.

I'm trying to set pointcut on private method java.net. ConnectToAddress(..) and I want to use load-time weaving. And this is META-INF/aop.

The last line throws expected "connection refused" exception (port is closed) but advice is not invoked.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions