开发者

eclipse IDE windows 7 os importing choco package

开发者 https://www.devze.com 2023-03-02 04:28 出处:网络
开发者_开发技巧i am trying to install the java constraint solver package called choco : http://choco.sourceforge.net/first.html

开发者_开发技巧i am trying to install the java constraint solver package called choco : http://choco.sourceforge.net/first.html

please let me know how to go about, i have tried several times, with no success.

Thanks


It's probably just like any other java library: Add the jar to your classpath (see Eclipse preferences, java build path, add jar folder) and then follow one of their examples.

If they are in maven central (looks like choco isn't yet), you could configure it similar to maven configuring Drools Planner (an alternative constraint programming lib in java).

0

精彩评论

暂无评论...
验证码 换一张
取 消