Re: class loader for native library

2006-08-08 Thread Pid
Le Nguyen-Thinh wrote: > I use following taglibs in my JSP: > > <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> > <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %> > <%@ taglib prefix="ora" uri="orataglib" %> > Could you help me please, how to configure/

Re: class loader for native library

2006-08-08 Thread Le Nguyen-Thinh
I use following taglibs in my JSP: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %> <%@ taglib prefix="ora" uri="orataglib" %> Could you help me please, how to configure/ specify the taglibs we want to use?

Re: class loader for native library

2006-08-07 Thread Mark Thomas
Le Nguyen-Thinh wrote: > Dear friends, > > My web-based application needs to communicate with a native library. > Therefore, I specify the JAVA_OPTS variable with the path to a native > library before running startup.sh: > > export > JAVA_OPTS="-Djava.library.path=/opt/pkg/pl/lib/pl-5.6.6/lib/i68

class loader for native library

2006-08-07 Thread Le Nguyen-Thinh
Dear friends, My web-based application needs to communicate with a native library. Therefore, I specify the JAVA_OPTS variable with the path to a native library before running startup.sh: export JAVA_OPTS="-Djava.library.path=/opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux" Unfortunately, I got th