Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Modifying the name of a class

> That's right but I encountered another problem: the security manager
> does not allow my class loader to load classes that reside in "java."
> package and this security policy can't be overridden for security
> reasons of course :), so I guess I still need to change the package name
> of the class.

Or change the bootstrap class loader, if you can.

> Anyway, sorry I didn't mean to go off topic.I think I am looking at the
> wrong technology, may be I'll get better luck by looking at bytecode
> manipulation tools like BCEL instead.

Probably. That's definitely not a problem AOP tries to solve.

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top