I am trying to install JPype on Ubuntu 13.04. I have Oracle Java 1.7 installed. But when I do so, I get the following error:
src/native/common/include/jpype.h:45:17: fatal error: jni.h: No such file or directory
Unlike a lot of similar questions on stackoverflow, the file isn't present on my system i.e.
locate jni.h
returns nothing. Yes, I have run sudo updatedb before issuing above command.