import char_strings.*; public class char_strings_runme { static { try { System.loadLibrary("char_strings"); } 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); } } private static String CPLUSPLUS_MSG = "A message from the deep dark world of C++, where anything is possible."; private static String OTHERLAND_MSG = "Little message from the safe world."; public static void main(String argv[]) { long count = 10000; long i = 0; // get functions for (i=0; i