\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline
  • fiftyone
  • devicedetection
  • hash
  • engine
  • onpremise
  • interop
  • Constants

fiftyone.devicedetection.hash.engine.onpremise.interop.Constants Class Reference

Static Public Attributes

static final String  UNSATISFIED_LINK_MESSAGE
Message returned when the native library could not be loaded. More...
static final String  UNSATISFIED_LINK_LIBATOMIC_MESSAGE
Message returned when the native library could not be loaded, and it is obvious that libatomic is missing. More...

Member Data Documentation

◆ UNSATISFIED_LINK_LIBATOMIC_MESSAGE

final String fiftyone.devicedetection.hash.engine.onpremise.interop.Constants.UNSATISFIED_LINK_LIBATOMIC_MESSAGE
static
Initial value:
=
"The libatomic1 library is missing. This is a required 3rd party " +
"dependency for 51Degrees device detection. You should " +
USE_PACKAGE_MANAGER

Message returned when the native library could not be loaded, and it is obvious that libatomic is missing.

◆ UNSATISFIED_LINK_MESSAGE

final String fiftyone.devicedetection.hash.engine.onpremise.interop.Constants.UNSATISFIED_LINK_MESSAGE
static
Initial value:
=
"The native library failed to load. This may mean that either " +
"the library itself or one of its dependencies is not " +
"accessible or not in the correct format for the target OS or " +
"architecture. A common missing library is libatomic1 on Linux. " +
"If this is the case, " + USE_PACKAGE_MANAGER

Message returned when the native library could not be loaded.