Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] the build


> The compile error you got, about the IVE_HOME not pointing to the right place...

Ok, of course I was wrong.  You no longer need the javah utility (we don't generate .h anymore), but you certainly need jni.h and other stuff from the JDK needed to do JNI.  So yes, there is a bug in the building instructions: you have to specify where your preferred JDK lives, by editing the Makefile.

Back to the top