Tutorial corrections brought to light by jdk1.4 javac compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@2557 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b169061025
commit
22119f9184
1 changed files with 0 additions and 1 deletions
|
|
@ -157,7 +157,6 @@ $ swig -java example.i
|
|||
$ gcc -c example.c example_wrap.c -I/c/jdk1.3.1/include -I/c/jdk1.3.1/include/win32
|
||||
$ gcc -shared example.o example_wrap.o -Wl,--add-stdcall-alias -o example.dll
|
||||
$ cat main.java
|
||||
import example;
|
||||
public class main {
|
||||
public static void main(String argv[]) {
|
||||
System.loadLibrary("example");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue