didkit.jar
), usually built by DIDKit installation.libdidkit.so
on UNIX-like systems, didkit.dll
on Windows, libdidkit.dylib
on MacOS, etc.libdidkit.so
to /usr/lib
or /usr/local/lib
. In the instructions below, we will list commands to create a symlink to the local build folder.didkit.jar
). This example project already has a symlink in the build directory. All you have to do is run the following commands in the root folder to build everything and ensure proper linkingdidkit.jar
file. Also ensure that the static library (e.g., libdidkit.so
is in the java.library.path
or specified using the proper environment variables, such as LD_LIBRARY_PATH
on UNIX-like. Please refer to the full documentation for those tools. Here is an excerpt of how we have listed it on this project's pom.xml
for Maven:root
user for simplicity because this is only an example. In your actual deployments, it is very important that you configure the correct accounts, policies, and permissions for your SQL installations.src/main/resources/application.properties
.http://localhost:8081
to see the web application.