Menu

Install problems on MAC OS-X Sierra

van
2017-08-11
2017-08-11
  • van

    van - 2017-08-11

    When I download and unzip the macos archive (either regular or 64 bit) and try to open the app, I'm told,

    The CAMed executable launcher was unable to locate its companion shared library.

    Any suggestions on how to fix this?
    Thanks!

     
  • drrwebber

    drrwebber - 2017-08-14

    Van, the newest Mac OS-X is shipped with Java 8 JDK as default. It is running that instead of the supplied JRE.

    It turns out this is quite tricky to get running. We are looking to move to Java 8 support for next release - in the meantime try and see if this will work for you:

    In Eclipse there is a configuration file: info.plist

    It should look something like this.

    <key>Eclipse</key>
    <array>
        <string>-keyring</string>
        <string>~/.eclipse_keyring</string>
        <string>-showlocation</string>
        <string>-vm</string>
        <string>~/Applications/1.6.0.jdk-osx.zip</string>
    </array>
    

    If you search on this - you will find there is not a definitive answer.

    David

     

Log in to post a comment.