Added native libraries and main method for testing ...

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

29
pom.xml
View File

@ -14,27 +14,6 @@
</dependency>
<dependency>
<groupId>hdf5</groupId>
<artifactId>jhdf</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>hdf5</groupId>
<artifactId>jhdfobj</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>hdf5</groupId>
<artifactId>jhdf5</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>hdf5</groupId>
<artifactId>jhdf5obj</artifactId>
<version>1.0.0</version>
</dependency>
<!-- <dependency>
<groupId>hdf5</groupId>
<artifactId>hdf</artifactId>
<version>2.10.0</version>
@ -53,7 +32,13 @@
<groupId>hdf5</groupId>
<artifactId>hdf5obj</artifactId>
<version>2.10.0</version>
</dependency> -->
</dependency>
<!-- The HDF5 libraries -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
</dependency>
</dependencies>
<build>

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) {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.