I want to configure CPLEX on Netbeans using Java but when I run a test example,I get the following error message :
What I did : I added the CPLEX Jar library by a right click on Libraries and then Add JAR/Folder. Then I went in Run->Set Project Configuration -> Customize and in the arguments, I added
-Djava.library.path = C:\Program Files\IBM\ILOG\CPLEX_Studio1271\cplex\bin\x64_win64\cplex1271.dll
Could someone help me ?
