Skip to content

6.2.1: Allow override of Java command line

Latest
Compare
Choose a tag to compare
@LaCuneta LaCuneta released this 22 Nov 18:18

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"];