diff --git a/kmath-noa/src/main/java/space/kscience/kmath/noa/JNoa.java b/kmath-noa/src/main/java/space/kscience/kmath/noa/JNoa.java index 3724d45f4..accf01198 100644 --- a/kmath-noa/src/main/java/space/kscience/kmath/noa/JNoa.java +++ b/kmath-noa/src/main/java/space/kscience/kmath/noa/JNoa.java @@ -13,7 +13,9 @@ class JNoa { } catch (UnsatisfiedLinkError e) { System.err.println( "Failed to load the native library NOA:\n" + - " Set JAVA_LIBRARY_PATH to the location of libjnoa.so"); + " - Follow the installation instructions from\n" + + " https://github.com/grinisrit/noa \n" + + " - Set JAVA_LIBRARY_PATH to the location of libjnoa.so"); System.exit(1); } }