Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 43944 invoked from network); 11 Aug 2005 06:14:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 06:14:06 -0000 Received: (qmail 97010 invoked by uid 500); 11 Aug 2005 06:14:04 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 96990 invoked by uid 500); 11 Aug 2005 06:14:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 96977 invoked by uid 99); 11 Aug 2005 06:14:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 23:14:03 -0700 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.27.181.229] (HELO [127.0.0.1]) (216.27.181.229) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 23:14:25 -0700 Received: from unknown ([127.0.0.1] helo=[127.0.0.1]) via TCP with ESMTP id mel3e153ec7f20ce757da7ca6b3bbc531eec0d66fb5c8 for ; Wed, 10 Aug 2005 23:13:56 -0800 Message-ID: <42FAECA4.3030900@kohsuke.org> Date: Wed, 10 Aug 2005 23:13:56 -0700 From: Kohsuke Kawaguchi User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [javaflow] class loader References: <42EEFB7F.9040106@kohsuke.org> <42F01326.4050809@kohsuke.org> <7756B14B-6788-4C17-BAAE-1C90233E5E59@apache.org> In-Reply-To: <7756B14B-6788-4C17-BAAE-1C90233E5E59@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Torsten Curdt wrote: >> I don't think we can even install ContinuationClassLoader as the >> system class loader. I thought the system class loader is set up by >> JVM before any Java code runs. > > I have been using other code rewriting classloaders > as system classloaders. No problem. I think what > you are referring to is the bootstrap classloader. I'd love to know how you do this. >> I think I'll implement it, because I need it anyway. If eventually >> you decide that you don't like it, we can talk. > > No worries ...just go ahead I implemented this and put this back as "ContinuationURLClassLoader". I'm sure there's a better name, though. -- Kohsuke Kawaguchi --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org