Henrik,
Eclipse is unable to find the Gurobi native library, 'libGurobiJni56.jnilib', which is installed in '/Library/gurobi563/mac64/lib/' by default for mac. First, verify that this file exists on your computer. Next,
make sure you've added the file 'gurobi.jar' to the project (i.e., select Project >
Properties > Java Build Path > Libraries and
add '/Library/gurobi563/mac64/lib/gurobi.jar' as an External JAR). Finally, add '/Library/gurobi563/mac64/lib/' to the path for the Run Configuration (i.e., select the Run Configuration,
select the Environment tab, and set the environment variable PATH to '/Library/gurobi563/mac64/lib/').
Renan