----- Original Message -----
From: "Adam Murdoch" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 12, 2002 01:06
Subject: RE: JNI
>
> Hi,
>
> An alternative to using an environment variable to find the JNI header
> files, is to use the${java.home} property, i.e.
>
> -I${java.home}\..\include
>
> This isn't necessarily 100% portable across all JVMs, but it works with
the
> Sun and IBM JVMs.
I dont set the include stuff; I use <copy> to pull the header file over into
the source tree instead.
> Also, you might find the C/C++ compile task from the ant-contrib project
> useful:
>
> http://sf.net/projects/ant-contrib
yup
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>