Re: [Resin-interest] class loader question on linux?

2008-01-14 Thread Scott Ferguson
On Jan 14, 2008, at 4:10 PM, Vic Cekvenich wrote: > Thx Scott again! > So I can put java code in resin lib, but... the native .so code, > should that also go there? The .so can go into libexec or libexec64. You should also be able to bundle it inside the jar itself. -- Scott > > tia, > .V

Re: [Resin-interest] class loader question on linux?

2008-01-14 Thread Vic Cekvenich
Thx Scott again! So I can put java code in resin lib, but... the native .so code, should that also go there? tia, .V The java classes for any JNI code should normally be at the system classloader level, e.g. in resin/ext-lib, not in WEB-INF/lib. The JDK only lets you load a native library o

Re: [Resin-interest] class loader question on linux?

2008-01-14 Thread Scott Ferguson
On Jan 11, 2008, at 9:26 PM, Vic Cekvenich wrote: > I wonder if someone on the list has an idea as to what to try in > this situation. > I used to in resin 2.x use the "class loader hack" config, not sure > now why. You should remove that. It should never be enabled. It only exists as a