20000327-01:24 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-03-26 23:34:42 +00:00
parent 3f44251800
commit b1f14b661e
15 changed files with 898 additions and 77 deletions

View File

@@ -0,0 +1,17 @@
/*
* $Id$
*/
/**
* Harbour JAVA interface
* @author Matteo Baccan
* @version 1.0
*/
public class Harbour {
public static native long Run( int[] pCode );
// DLL to load
static { System.loadLibrary("hbrunjav"); }
}