import li_carrays.*; public class li_carrays_runme { static { try { System.loadLibrary("li_carrays"); } catch (UnsatisfiedLinkError e) { System.err.println("Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" + e); System.exit(1); } } public static void main(String argv[]) throws Throwable { // array_class { int length = 5; XYArray xyArray = new XYArray(length); for (int i=0; i