On Fri, Dec 2, 2011 at 1:15 AM, Benson Margulies wrote:
> This was misdirected. Apologies.
>
> On Thu, Dec 1, 2011 at 9:03 AM, Benson Margulies
> wrote:
>> There is a system property that disables it -- read once -- in a static
>> block.
>>
>> Does anyone thing it would be possible to create an
This was misdirected. Apologies.
On Thu, Dec 1, 2011 at 9:03 AM, Benson Margulies wrote:
> There is a system property that disables it -- read once -- in a static block.
>
> Does anyone thing it would be possible to create an independent class
> loader and load this class into it a second time, w
There is a system property that disables it -- read once -- in a static block.
Does anyone thing it would be possible to create an independent class
loader and load this class into it a second time, with the property
set, and then talk to it via reflection?
---