8 Oct 12:17
Re: Re: Scala interpreter: classpath vs. class loader
From: Sean McDirmid <sean.mcdirmid <at> gmail.com>
Subject: Re: Re: Scala interpreter: classpath vs. class loader
Newsgroups: gmane.comp.lang.scala
Date: 2008-10-08 10:17:59 GMT
Subject: Re: Re: Scala interpreter: classpath vs. class loader
Newsgroups: gmane.comp.lang.scala
Date: 2008-10-08 10:17:59 GMT
Actually, mostly everything you need to link against a class is visible in the java.lang.Class object. It has to be, otherwise bytecode verification wouldn't work so well. So what's the problem? On Wed, Oct 8, 2008 at 4:51 PM, Michael Dürig <michid <at> gmail.com> wrote: > >> So you create a new SymbolLoader that wraps a classloader and >> determinse demand determines whether or not a class exists. I don't >> think this is so hard if you are willing to define and install your >> own symbol loader. > > The classloader might not expose the functionality required by the symbol > loader. So this might not work. Again, see my earlier post on why I think > so. > > Michael > >
RSS Feed