summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-20 23:25:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-20 23:25:11 (GMT)
commit995d1740476629a80d75033836dac76b91086f26 (patch)
tree618bea65fcd8243c5efe89b8c29285ef6225fbd6 /java
parent844e1442e0cfb1b169895e6de4d76735da1bac6f (diff)
downloadhdf5-995d1740476629a80d75033836dac76b91086f26.zip
hdf5-995d1740476629a80d75033836dac76b91086f26.tar.gz
hdf5-995d1740476629a80d75033836dac76b91086f26.tar.bz2
HDFFV-10547 add option to package examples
Diffstat (limited to 'java')
-rw-r--r--java/src/hdf/overview.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/java/src/hdf/overview.html b/java/src/hdf/overview.html
index 9c19442..52dabf7 100644
--- a/java/src/hdf/overview.html
+++ b/java/src/hdf/overview.html
@@ -6,18 +6,19 @@
The <b>Java HD5 Interface (JHI5)</b> is a Java package
(<a href="../../hdf-java-html/javadocs/hdf/hdf5lib/package-summary.html">hdf.hdf5lib</a>)
that ``wraps around'' the HDF5 library.
-<p />There are a large number of functions in the HDF5
+<p>There are a large number of functions in the HDF5
library (version 1.10). Some of the functions are not supported in JHI5. Most
of the unsupported functions have C function pointers, which is not currently
-implemented in JHI5.
+implemented in JHI5.</p>
-<center><table BORDER=1 COLS=1 WIDTH="71%" BGCOLOR="#dbeaf5" >
+<table style="width:71%;text-align:center;background-color:#dbeaf5" border="1">
+<caption>Java HD5 Interface (JHI5)</caption>
<tr>
-<td>
-<center>Note: The JHI5 does not support HDF4 or earlier.</center>
+<td style="text-align:center;">
+Note: The JHI5 does not support HDF4 or earlier.
</td>
</tr>
-</table></center>
+</table>
<p>The JHI5 may be used by any Java application that needs to access HDF5
files. It is extremely important to emphasize that <i>this package is not
@@ -91,6 +92,6 @@ and the HDF5 library.
<h3>
<a NAME="DOWNLOAD"></a>To Obtain</h3>
-The JHI5 is included with the <a href="http://www.hdfgroup.org/HDF5/index.html">HDF5</a> library.
+The JHI5 is included with the <a href="https://portal.hdfgroup.org/display/support/Downloads">HDF5</a> library.
</body>