Added native libraries and main method for testing ...

This commit is contained in:
2014-03-05 16:46:57 +01:00
parent 51f4a7beef
commit 2117e8c112
12 changed files with 12 additions and 22 deletions

View File

@@ -44,6 +44,11 @@ import ncsa.hdf.hdf5lib.exceptions.HDF5Exception;
public class HDF5Reader implements PlugIn {
public static void main(String[] args){
HDF5Reader r = new HDF5Reader();
r.run("");
}
private static final Logger logger = Logger.getLogger(HDF5Reader.class.getName());
public void run(String arg) {