add the java example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-02 11:43:32 +00:00
commit e484bb1721
6 changed files with 105 additions and 2 deletions

View file

@ -0,0 +1,18 @@
%module example
%{
#undef STATIC
%}
%include <gcj/cni.i>
%include <jstring.i>
%{
#undef TRUE
#define TRUE 1
%}
%{
#include "Example.h"
%}
%include Example.h