Answered by
mullerj
Jan 18, 2023
Replies: 2 comments 1 reply
|
I missed the step in README-Java.txt to set the path when running on Windows: |
0 replies
Answer selected by
mullerj
|
Still having the problem with -1 in the dll filenames. Once the dll filenames are corrected, the examples work. Used a GitHub codespace, which is Linux, and did not have any problems with the library filenames. Is anybody else having the same problem with the dll filenames on Windows? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




I missed the step in README-Java.txt to set the path when running on Windows:
set PATH=%PATH%;<path to mil_navy_nrl_norm.dll>Once I set the path, I was able to run the Java examples.