1) Install Gurobi for Windows and restart. (Without restarting, the GUROBI_HOME environment variable will not exist)
2) Install licence according to the readme on gurobi.com page. That is Win+R, grbgetkey <key> and let it install into default location.
3) Create a .bat file containing
Code: java “-Djava.library.path=%GUROBI_HOME%\lib;%GUROBI_HOME%\bin“ -cp “%GUROBI_HOME%\lib\gurobi.jar;FuzzyDL.jar“ fuzzydl.parser.Parser %*
This bat file assumes that it is in the same folder as FuzzyDL.jar. If this is not true, change the “;FuzzyDL.jar“ part accordingly, ie: “;fuzzyowl205\FuzzyDL\FuzzyDL.jar“. Furthermore, any and all arguments given to the bat file are passed on, to the FuzzyDL.