Can't load AMD 64-bit .dll on a IA 32-bit platform

后端 未结 3 1729
盖世英雄少女心
盖世英雄少女心 2021-02-02 16:28

I download the Gurobi package for linear programming. I import the corresponding gurobi.jar package. Then run the example program. Then it appears the following errors:

3条回答
  •  北海茫月
    2021-02-02 17:11

    Try this:

    1. Download and install a 32-bit JDK.
    2. Go to eclipse click on your project (Run As → Run Configurations...) under Java Application branch.
    3. Go to the JRE tab and select Alternate JRE. Click on Installed JRE button, add your 32-bit JRE and select.

提交回复
热议问题