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
After making these modifications in the Docker container, I was able to compile and generate the jar file. However, because of the directory re-organization I get the following error
Exception in thread "main" java.lang.ExceptionInInitializerError
at Test.<clinit>(Test.java:17)
Caused by: java.lang.RuntimeException: librocksdbjni-linux64.so was not found inside JAR.
I looked in th jar file, and the lib is in fact there, but notice it is under target because of the re-organization above. Please fix it in your Makefile or your pom.xml
RocksJava directory structure was changed recently. Please make the following modifications to your code.
Makefile
pom.xml
The text was updated successfully, but these errors were encountered: