Proclipsing with Syphon gives UnsatisfiedLinkError

HomeForumsSyphonSyphon Development – DeveloperProclipsing with Syphon gives UnsatisfiedLinkError

This topic has 3 voices, contains 3 replies, and was last updated by  bangnoise 98 days ago.

Viewing 4 posts - 1 through 4 (of 4 total)
Author Posts
Author Posts
February 3, 2012 at 11:40 am #5333

felix

Proclipsing allows you to develop Processing with Eclipse. I’m cross posting this issue from the Proclipsing forum in the hopes that someone here may have some insight. Thanks!

Please see here for details: http://code.google.com/p/proclipsing/issues/detail?id=33

February 3, 2012 at 12:22 pm #5334

vade

Hi, thats interesting. Do you have the Syphon framework setup in the appropriate location?

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /Development/Workspaces/Proc11/SyphonTest/lib/user/Syphon/libJSyphon.jnilib:  Library not loaded: @loader_path/Syphon.framework/Versions/A/Syphon   Referenced from: /Development/Workspaces/Proc11/SyphonTest/lib/user/Syphon/libJSyphon.jnilib   Reason: image not found`

You may need to ensure that Proclipsing (Im not familiar with that, some sort of Eclipse/Processing hybrid environment?) has the Syphon framework in a location where it can find and load the framework.

You should take a look at the Eclipse projects for the *pure* JNI implementation, there are examples of LWJGL with Eclipse working in SVN:

ServerTest.java

Basically, you need to tell Proclipsing where to look for the Syphon Framework, and then it should be able to find the binary blob and link the JNI function calls to the binaries calls.

Does that make sense?

February 8, 2012 at 2:05 pm #5354

felix

Hi Vade,

sorry I’m a bit of a java noob. I tried linking to the ‘Syphon.framework’ folder in Eclipse via Project Properties -> Java Build Path -> Source -> Add Folder, but no luck.

Thanks for Syphon!

February 10, 2012 at 8:12 am #5388

bangnoise

It looks like it’s not finding Syphon.framework beside the library at
/Development/Workspaces/Proc11/SyphonTest/lib/user/Syphon/libJSyphon.jnilib – do you have Syphon.framework in the same directory?

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.