This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mingw-targeted cross-compiler question


On Thu, Dec 16, 2010 at 6:03 AM, gviewer <marlonmin@gmail.com> wrote:
>
> Yes, That problem got solved. But now I got a new problem:
> "fatal error, jni.h, no such file or directory"
>
> The jni.h is included in a .h c file.
>
> What's going on?
>
>

make JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22"

or

JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22"
export JAVA_HOME
make






-- 
Chiheng Xu
Wuhan,China

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]