Mark Swanson wrote:
Hello,
Normal code with no classpath set that uses SunJCE.class (found in
jre/lib/ext/sunjce_provider.jar) works fine, but the same code won't work in
James unless I copy the sunjce_provider.jar into the SAR-INF/lib directory.
I'm curious as to why James doesn't use jars in
... so wrong guess :-(
Carl
Brian C. Dilley wrote:
Well, any class that isn't loaded by the avalon classloader (ie:
java.lang.String) is forwarded up the classloader chain... and
eventually the system classloader loads it.
On Sun, 2004-01-04 at 16:56, Carl wrote:
I guess because of Av
Well, any class that isn't loaded by the avalon classloader (ie:
java.lang.String) is forwarded up the classloader chain... and
eventually the system classloader loads it.
On Sun, 2004-01-04 at 16:56, Carl wrote:
> I guess because of Avalon classloader, but I'm not qualified enough to
>
I guess because of Avalon classloader, but I'm not qualified enough to
answer. I'm curious to see if I was right ;-)
Carl
Mark Swanson wrote:
Hello,
Normal code with no classpath set that uses SunJCE.class (found in
jre/lib/ext/sunjce_provider.jar) works fine, but the same code won't work in