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/
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?
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
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