[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Modifying the name of a class
|
- From: "Eric Bodden" <eric.bodden@xxxxxxxxxxxxxx>
- Date: Wed, 21 Nov 2007 23:33:10 -0500
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=o/2Dn9guzUJOtypHoVLbCGptEBT3fhqPRj+Vo+/L3kE=; b=dacHCS5WxlLst8iIIggSLARUZxjJYEZmhhkNdps0fMCsCZY5OlGTZaIlrv24turyFroxzlsStEZr4j/wPKEHGjMYXgRptETypzq1gfF8RAfIIBO0YKq4gFhp//xUIY2ARf4QPalARFsVPhf6Vfy+y36Mq0KEk+PFkEuB+pZGZaI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TvAlIArXyZAVNuU6s/aIaQXXXYB/o2BLvvEB2D8st9EFwI0v9RFc3F4YitmbPM1MPK0tQVMM63yGhVXeCgYmaPsWD6hGD5HU03oUVKzeIbTqDuKl2Uiq1euJ7qWF9vtpOIxN2SKkFLwhM2wjdjbcHJqBSDmfAzls2JQT7NY/xk4=
> 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