On Mon, Oct 26, 2015 at 9:52 AM, digitaldust <simone.gabbriell...@gmail.com> wrote: > my goal is to have a NetLogo.jar that can be used with scala 2.11.x so I can > use it in my Spark project.
The NetLogo.jar you built is fine, it just depends on a lot of other libraries (including the Scala 2.11 standard library) that you need to add to your project as well. (This isn't specific to the hexy branch; no version of NetLogo has a self-contained NetLogo.jar.) The normal way that those libraries get put in place is by running `bin/release.sh` out of the Git repo to build installation packages, and then unpacking the resulting package. Running `bin/release.sh` can be a bit of a headache, so if what you're actually trying to do is set up an IntelliJ project, you might want to take a different path where you look at the MANIFEST.MF in NetLogo.jar to see what the required libraries are, then add those libraries to your IntelliJ project.) -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.