Setting include directories isn't working
- From: <p@xxxxxxxxxxxx>
- Date: Fri, 15 Dec 2006 20:52:24 GMT
I'm using:
cl /LD /IC:\Java\jdk1.5.0_08\include
This directory includes the file "jni.h", but cl.exe is complaining that
it can't open jni.h. I'm new to development on Windows. Am I using this
option correctly? I also tried:
cl /LD -IC:\Java\jdk1.5.0_08\include
and:
cl /LD -I C:\Java\jdk1.5.0_08\include
What's the magic here?
Thanks!
.
- Follow-Ups:
- Re: Setting include directories isn't working
- From: Peter Jay Salzman
- Re: Setting include directories isn't working
- Prev by Date: Adding project properties based on a header
- Next by Date: Re: Setting include directories isn't working
- Previous by thread: Adding project properties based on a header
- Next by thread: Re: Setting include directories isn't working
- Index(es):