1
votes

How can I run NetLogo using 64-bit java version without using cmd as below.enter image description here

I doing because I wish to R-extension in Netlogo using 64 bit java. On loading it in 32 bit it closes immediately.

Again, I don't wish to use cmd every time to start NetLogo. Moreover, starting an NetLogo instance from R also adds to it.

1
Please explain if anything is wrong with the question, I find it unanswered elsewhere, no 64-bit launcher is available to address the issue.Abhishek Bhatia
Can you expand on why you want this? If it's just so it's clickable why don't you just put the above two commands in a batch script and then you have your launcher. e.g. saving this as 64-bit-launch.bat in the Netlogo directory works for me: cd "C:\Program Files (x86)\Netlogo 5.1.0" start "" "C:\Program Files\Java\jre1.8.0_31\bin\Java.exe" -jar NetLogo.jarJ Richard Snape

1 Answers

1
votes

Had the same problem but didn't initially realise it was due to java incompatibility. See this Cannot make R-extension work in NetLogo for solution. Briefly, change the R installation rather than try and adjust NetLogo and have the 32bit R in the path.