swig/Examples/java/simple
Thien-Thi Nguyen f59346e730 (check): New target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-04 19:48:49 +00:00
..
example.c example.c was not in the cvs repository 2000-06-15 10:48:54 +00:00
example.i added configure support for java 2000-03-05 15:36:29 +00:00
main.java added configure support for java 2000-03-05 15:36:29 +00:00
Makefile (check): New target. 2000-08-04 19:48:49 +00:00
README added example of mixing hand written jni code with swig 2000-03-05 18:03:27 +00:00

Simple example from users manual.

type:
make
javac *.java
export LD_LIBRARY_PATH=. # sh
setenv LD_LIBRARY_PATH . # csh
java main