This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: continued troubles migrating from 1.6.1


"Paul R. Potts" <potts@umich.edu> writes:

> I'm not sure why the Java runtime searches for classes to load from the
> "top" of the classpath (the system libraries) rather than the "bottom" (the
> .jar file you're currently executing code from).

Unusual and confusing terminology.  I talk about "front" (or "beginning")
and "back" (or "end") of a search path.

> It means you can't override system classes. Maybe that was the
> intent?

That could be the case, for security reasons, or to avoid something
accidentally getting broken by selecting non-working versions.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]