Borneq

net.sf.junace.Main

Sep 4th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. package net.sf.junace;
  2.  
  3. public class Main {
  4.     static {
  5.         System.loadLibrary("junace");
  6.      }
  7.      
  8.     public static void main(String[] args) {
  9.         UnACE unACE = new UnACE();
  10.         unACE.nativeACEList("", null);
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment