You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seth Shelnutt edited this page Mar 20, 2020
·
1 revision
The LibVCFNative bindings are produced with javah.
To build the binding you must first compile the java file to a class file:
cd api/spark/src/main/java/io/tiledb/libvcfnative
javac LibVCFNative.java
Next you can use javah to rebuild the LibVCFNative header:
# Navigate back to top level spark src directory
cd ../../../
javah -v -cp $PWD -o io/tiledb/libvcfnative/LibVCFNative.h io.tiledb.libvcfnative.LibVCFNative