0

I downloaded the cplex_studio1290-osx file from the IBM website. But can't install, it says that the application can't be opened.

1 Answers1

0

let me quote developerworks

I got the IDE in CPLEX Optimization Studio 12.9 to work on Catalina using the following steps:

  • Download this IBM JDK https://ibm.box.com/s/6nw16tgpe5oxdq52nh7hpldwyzhpsp9v.
  • Expand the tar file. This will create a folder named Contents. Don't rename it.
  • Move that folder to /Applications/CPLEX_Studio129/opl/oplide
  • In the same folder /Applications/CPLEX_Studio129/opl/oplide, right-click on the Oplide app, and choose Show Package Contents
  • Navigate to /Applications/CPLEX_Studio129/opl/oplide/Oplide.app/Contents/Eclipse and open the file oplide.ini with TextEdit.
  • The second line is /Applications/CPLEX_Studio129/opl/oplide/jre/bin/java Change it to /Applications/CPLEX_Studio129/opl/oplide/Contents/Home/bin/java
Alex Fleischer
  • 9,276
  • 2
  • 12
  • 15