Author Topic: UnsatisfiedLinkError  (Read 11381 times)

Offline ally789

  • Newbie
  • *
  • Posts: 7
    • View Profile
UnsatisfiedLinkError
« on: December 12, 2013, 17:47:28 »
Dear All,

I'm getting the following error when trying to run a Java application based on HUGIN (MacOS 10.8.5)

       UnsatisfiedLinkError: no hapi70 in java.library.path

The java.library.path is: ./java/build/classes:./java/lib/*
libhapi70.jnilib is present in the /java/lib/

Any suggestions?

Many thanks in advance,
ally789


Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: UnsatisfiedLinkError
« Reply #1 on: December 12, 2013, 18:45:14 »
You seem to be using a 32-bit version of Hugin.  Are you also using a 32-bit JVM (the default is 64-bit)?

Try to run java as "java -d32".