You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 226 of the link pkg NetLogo.m, I had to change If[StringMatchQ[$System,"*Mac*"], FileNameJoin[{nlPath,"Java"}],...]
to just FileNameJoin[{nlPath,"app"}]
to get it to work
(I'm running MacOS (and Mathematica 14), but NetLogo now installs with the same directories it does in Windoz, it seems)
The text was updated successfully, but these errors were encountered:
In line 226 of the link pkg NetLogo.m, I had to change
If[StringMatchQ[$System,"*Mac*"], FileNameJoin[{nlPath,"Java"}],...]
to just
FileNameJoin[{nlPath,"app"}]
to get it to work
(I'm running MacOS (and Mathematica 14), but NetLogo now installs with the same directories it does in Windoz, it seems)
The text was updated successfully, but these errors were encountered: