mainold.java 293 B

123456789101112131415
  1. // when using swig generating java and make swigjava
  2. // Compile all the Java files and run:
  3. // $ javac *.java
  4. // $ java runsfg
  5. // see the makefile and swig docs
  6. // import sfg.sfg;
  7. public class main {
  8. public static void main(String argv[]) {
  9. System.out.println("sfg.version()");
  10. }
  11. }