Releases: NetLogo/Mathematica-Link
6.2.1: Allow override of Java command line
This releases fixes an issue where the CommandLine
argument was not properly passed along to the JLink InstallJava
command. Now that argument can be provided so a version of Java different than the bundled one with Mathematica can be used (macOS paths used in this example):
NLStart["/Applications/NetLogo 6.2.1", CommandLine -> "/Library/Java/JavaVirtualMachines/liberica-jdk-17-full.jdk/Contents/Home/bin/java"];
Fix small issues in the tutorial, properly reference NetLogo 6.2.0
To install, extract the contents of the zip file over the contents of the Mathematica Link folder in your NetLogo 6.2.0 directory (you can backup those files first just in case). You may need to re-install the NetLogo.m
package in Mathematica as well.
6.1.0 fix release
This is a fix release meant to replace the version of Mathematica-Link that shipped with NetLogo 6.1.0. Simply extract the contents of the zip file over the contents of the Mathematica Link
folder in your NetLogo 6.1.0 directory. You may need to re-install the NetLogo.m
package in Mathematica as well.
6.0.0-Patch
This is a hotfix for NetLogo 6.0. Take the attached tar/zip and extract it in the NetLogo 6.0 directory to get Mathematica working with NetLogo 6. The folder extracted from the tar/zip should replace the existing "Mathematica Link" directory in the existing NetLogo installation. The next release of NetLogo will contain this update.