GSVideo 0.7 in Eclipse on Windows 7: dll UnsatisfiedLinkError
in
Contributed Library Questions
•
2 years ago
GSVideo works like a dream in the PDE, but as soon as I try to bring it over to Eclipse I get this linking error. I have Imported all the .jar files (jna, gstreamer, and gsvideo) as well as the gstreamer folder with all the .dll files into my eclipse project. The error I get spit back to me:
- can't load library SDL (SDL|libSDL|libSDL-0) with -Djna.library.path=C:/Users/jonobr1/workspace/GSMovieTestgstreamerwin. Last error:java.lang.UnsatisfiedLinkError: Unable to load library 'SDL': The specified module could not be found.
Two things in this error strike a cord with me. The first is that the folder
C:Ujonobr1workspaceGSMovieTestgstreamerwin exists and the other is that the slashes are a different direction after
GSMovieTest. Could the jna.library.path be set incorrectly? I tried changing it with
System.setProperty("jna.library.path", "C:Usersjonobr1workspaceGSMovieTestgstreamerwin"); in
setup() but no luck
Anyone run into this problem?
1