Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

EZ-USB™ Suite not opening on macOS versions – KBA236182

EZ-USB™ Suite not opening on macOS versions – KBA236182

Infineon_Team
Employee
Employee
50 replies posted 25 likes received 25 replies posted

Version: **

Infineon_Team_0-1664516481377.png

 

Do the following to resolve the error when EZ-USB™ Suite quits unexpectedly in macOS:

  1. Navigate to FX3_SDK_1.3.4_MacOS/eclipse/ezUsbSuite.app/Contents/MacOS and run the following command in the terminal:
    ./ezUsbSuite
  1. Determine the missing library from the error message in the terminal. In this case, the error is due to the missing jdk1.8.0_281 libserver.dylib library.
  2. Install jdk1.8.0_281 (or the same version as indicated in the error message).
  3. Open terminal and Navigate to /Library/Java/JavaVirtualMachines/jdk<version>/Contents/Home/lib and create a soft link for the missing library by using the following command:
    sudo ln -s ../jre/lib/server/libjvm.dylib libserver.dylib
  4. Run the application. See the following document for more information:
    FX3_SDK_1.3.4_MacOS\cyfx3sdk\FX3_SDK_MacOs_Support.pdf
0 Likes
145 Views