@SylvainLS if it's the same as MacOS, you should be able to tell Java in an argument about the native location:
java -cp "bin/blueprint.jar" -Djava.library.path=native blueprint.Blueprint
Maybe check Java doc, I'm not sure the exact syntax, been a while I played with it from the command line ;)