how to add a library path in build.xml?

2007-02-02 Thread compuin5y313
Dear all, I want to run an application which requires a special native libray as the following error shows: There was 1 error: [java] 1) testQuery(its.prolog.Test)java.lang.UnsatisfiedLinkError: no jpl in java.library.path [java] at

Re: how to add a library path in build.xml?

2007-02-02 Thread Mohsen Saboorian
-Djava.library.path=yourpath On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear all, I want to run an application which requires a special native libray as the following error shows: There was 1 error: [java] 1) testQuery(its.prolog.Test)java.lang.UnsatisfiedLinkError: no jpl in

Re: how to add a library path in build.xml?

2007-02-02 Thread David Delbecq
For execution classpath: http://ant.apache.org/manual/CoreTasks/java.html For compilation classpath: http://ant.apache.org/manual/CoreTasks/javac.html En l'instant précis du 02/02/07 12:43, [EMAIL PROTECTED] s'exprimait en ces termes: Dear all, I want to run an application which requires a

Re: how to add a library path in build.xml?

2007-02-02 Thread compuin5y313
I specify the -Djava.library.path as follows: target name=runtest depends=compile echo message=Loading libraries1: ${java.library.path}/ java classname=its.prolog.Test sysproperty key=java.library.path value=/opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux/

Re: how to add a library path in build.xml?

2007-02-02 Thread David Delbecq
Your questions regarding use of ant should go to ant mailing list. This has nothing to do with tomcat. En l'instant précis du 02/02/07 13:35, [EMAIL PROTECTED] s'exprimait en ces termes: I specify the -Djava.library.path as follows: target name=runtest depends=compile echo