swig/SWIG/Examples/java/simple
Harco de Hilster 0be037a624 example.c was not in the cvs repository
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@468 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-15 10:48:54 +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 example.c was not in the cvs repository 2000-06-15 10:48:54 +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