This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Dynamic class loading
- To: Godmar Back <gback at cs dot utah dot edu>
- Subject: Re: Dynamic class loading
- From: Per Bothner <per at bothner dot com>
- Date: 15 Feb 2000 18:32:43 -0800
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <200002152203.PAA26351@faith.cs.utah.edu>
Godmar Back <gback@cs.utah.edu> writes:
> It seems that .so files should be treated more similar to .jar or .zip
> entries in a CLASSPATH than to a .class file. In fact, one simple
> solution would just be to allow .so files alongside .zip, .jar, or
> directory paths in a CLASSPATH var (or GCJ_CLASSPATH, as the case may be.)
> There shouldn't have to be any relationship between the name of
> the class being loaded and the name of the .so file, me thinks.
I agree. I thought that was the plan.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/