sauravsingh29 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

jni.h is missing #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download sources
2.  compile hidapi dll for windows (Visual studio 2008) 
3. enjoy

What is the expected output? What do you see instead?

a clean compiled dll

What version of the product are you using? On what operating system?

current

Please provide any additional information below.

javahidapi\jni-impl\hid-java.cpp(3) : fatal error C1083: Datei (Include) kann 
nicht geöffnet werden: "jni.h": No such file or directory

Original issue reported on code.google.com by alo...@gmx.net on 4 Jul 2012 at 1:05

GoogleCodeExporter commented 8 years ago
The same here

Original comment by jesusrod...@gmail.com on 9 Jul 2012 at 3:28

GoogleCodeExporter commented 8 years ago
jni.h is a part of JDK. Please add your JDK_HOME/include and 
JDK_HOME/include/win32 dirs to JNIINCLUDES var in your makefile or solution file

Original comment by b...@codeminders.com on 19 Jul 2012 at 8:48