-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. downloading oscats v 0.6
2. downloading glib_2.26.1-1_win64 and gsl-1.15-dev-win64 and copying the DLLs
to the Java folder
3. compiling ex01 successfully, but not able to run
What is the expected output? What do you see instead?
Expected output: ex01
=====================
Getting:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
java.lang.UnsatisfiedLinkError: no glibjni in java.library.path
java.lang.UnsatisfiedLinkError: C:\oscats\java\libglibjni-0.dll: Can't find
dependent libraries
at oscats.bindings.Plumbing.<clinit>(Plumbing.java:89)
at oscats.Space.<init>(Space.java:49)
at ex01.main(ex01.java:87)
What version of the product are you using? On what operating system?
Using Windows7/8, oscats 0.6, JDK1.7.0_15,glib_2.26.1-1_win64 and
gsl-1.15-dev-win64
Please provide any additional information below.
I feel that there is a missing dependent dll, using wrong name or location,
version.
Original issue reported on code.google.com by mabab...@gmail.com on 10 Mar 2013 at 3:50
Reactions are currently unavailable