我尝试下载libhdfeos.dll文件,但我没有在网上获取该文件。 我找到了libhdfeos.so,但这是针对Ubuntu而不是针对Windows。
我在尝试打开此文件时发现此错误。
Exception in thread "main" java.lang.UnsatisfiedLinkError: no hdfeos in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1878)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1087)
at visad.data.hdfeos.hdfeosc.HdfeosLib.<clinit>(HdfeosLib.java:29)
at visad.data.hdfeos.HdfeosFile.<init>(HdfeosFile.java:49)
at visad.data.hdfeos.HdfeosForm.open(HdfeosForm.java:56)
at myapp.hfAdapter.<init>(hfAdapter.java:41)
at myapp.hfAdapter.main(hfAdapter.java:91)