20000327-01:24 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
17
harbour/contrib/runjava/Harbour.java
Normal file
17
harbour/contrib/runjava/Harbour.java
Normal 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"); }
|
||||
}
|
||||
Reference in New Issue
Block a user