added example of mixing hand written jni code with swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
42d2c33bda
commit
f6f291ac35
6 changed files with 108 additions and 2 deletions
6
SWIG/Examples/java/native/README
Normal file
6
SWIG/Examples/java/native/README
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
type:
|
||||
make
|
||||
javac *.java
|
||||
export LD_LIBRARY_PATH=. # sh
|
||||
setenv LD_LIBRARY_PATH . # csh
|
||||
java main
|
||||
Loading…
Add table
Add a link
Reference in a new issue