Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Apple introduced security policies which quarantine executables from unverified / untrusted / aka non-Apple sites.

When the Standalone zip is downloaded from Intercax.com, Apple automatically marks the included Java Native Interface library file `lib/lmMac64-11.1.2.x.jnilib` as quarantined.

This attribute blocks the JVM from properly loading and running the Syndeia standalone dashboard client.

The quarantine attribute can be removed by a sudo user.```bash

Code Block
languagebash
sudo xattr -d com.apple.quarantine lib/IlmMac64-11.1.2.x.jnilib

```