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