Correction for Java mods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@3687 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1172c40998
commit
88d72d816d
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ $ cat main.java
|
|||
public class main {
|
||||
public static void main(String argv[]) {
|
||||
System.loadLibrary("example");
|
||||
System.out.println(example.get_My_variable());
|
||||
System.out.println(example.getMy_variable());
|
||||
System.out.println(example.fact(5));
|
||||
System.out.println(example.get_time());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue