Andreas Kopp http://photos4.meetupstatic.com/photos/member/6/e/d/4/member_45688372.jpeg
Member

Creative Coding http://photos3.meetupstatic.com/photos/event/5/2/f/0/global_87621232.jpeg 20120122
München, Germany

Location:

MünchenGermany
Hometown: München

Member since:

October 26, 2012

Networks

Introduction

Ich habe noch keine Ahnung von Code aber ich bin kreativ.

What Andreas Kopp is saying about this Meetup Group

Weiß jetzt was creative Coding ist.

Sign in to post a Greeting.

  • I have to admit that I am neither using Java nor Processing :-) . But all paths I can imagine are already mentioned in the discussion at stackoverflow. In general, the standard place where libraries are found are in /lib /usr/lib and /usr/local/lib . In addition, you can define environment variable LD_LIBRARY_PATH to point to any directory. For example: export LD_LIBRARY_PATH=/my/directory .
    Also, to make sure that all dependencies are satisfied, you can try: ldd /path/to/library.so .

    Apr 30, 2013 6:52 AM
  • Hi Andreas! Regarding you question - the problem is that DLL (.so file) is not there where java is looking for it. The very last comment on stackoverflow actually says that the author finally found the solution. If in doubt I would suggest to check that this missing .so file is everywhere (in LD_LIBRARY_PATH, in .jar, etc.) and makes things working. After that, you can gradually remove from one location after another until it stops working again to find where it actually should be.

    Apr 30, 2013 5:55 AM
People in this
Meetup are also in:

Log in

Not registered with us yet?

Sign up

Meetup members, Log in

or
By clicking the "Sign up using Facebook" or "Sign up" buttons above, you agree to Meetup's Terms of Service