- // when using swig generating java and make swigjava
- // Compile all the Java files and run:
- // $ javac *.java
- // $ java runsfg
- // see the makefile and swig docs
- // import sfg.sfg;
- public class main {
- public static void main(String argv[]) {
- System.out.println("sfg.version()");
- }
- }
|