The built hdfview.sh file references directories lib/app, lib/app/ext that weren't created by the build
Opened this issue · 2 comments
yurivict commented
hdfview.sh contains this line:
"$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR/lib/app:$INSTALLDIR/lib/app/ext" -Dhdfview.root="$INSTALLDIR/lib/app" -cp "$INSTALLDIR/lib/app/*" hdf.view.HDFView "$@"
However, lib/app and lib/app/ext don't exit under the 'build' folder.
It doesn't appear to even reference the HDFView.jar file as it should.
Version: 3.3.2
Java 21
FreeBSD 14.1
byrnHDF commented
Those reference the directory structure after install