Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 308

swig-1.3.11-4mdk.i586.rpm

<html>
<head>
<title>SWIG:Examples:java:native</title>
</head>

<body bgcolor="#ffffff">


<tt>SWIG/Examples/java/native/</tt>
<hr>

<H2>SWIG wrapped and manually wrapped functions in Java</H2>

<tt>$Header: /cvs/projects/SWIG/Examples/java/native/Attic/index.html,v 1.1.2.2 2001/06/08 11:20:51 cheetah Exp $</tt><br>

<p>
This example compares wrapping a c global function using the manual way and the SWIG way.

<ul>
<li><a href="example.i">example.i</a>. Interface file comparing code wrapped by SWIG and wrapped manually. 
<li><a href="main.java">main.java</a>. Sample Java program showing calls to both manually wrapped and SWIG wrapped c functions.
</ul>

<h2>Notes</h2>

<ul>
<li>SWIG writes all the awkward JNI code for you. You just have to tell SWIG which functions to wrap.
<li>If memory is allocated in c it needs to be free'd. A function, such as free(), can be provided with access from Java to free the memory.
</ul>

<hr>
</body>
</html>