hammer/jni/NOTES
2012-09-28 17:58:21 +02:00

12 lines
268 B
Text

Compilation:
javac com/upstandinghackers/hammer/*.java
Conversion to JNI headers:
find -name "*.class" | sed -e 's/.class$//' | tr '/' '.' | cut -c 3- | xargs javah
Not working:
enums aren't converted at all, no idea why
TODO:
Implement the entire JNI side
Testing