1

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.

Abhishek Bhatia
  • 9,404
  • 26
  • 87
  • 142
  • 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 Jan 31 '15 at 01:46
  • see also https://github.com/NetLogo/NetLogo/issues/423 – Seth Tisue Feb 01 '15 at 13:27
  • 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.jar` – J Richard Snape Feb 02 '15 at 10:38

1 Answers1

1

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.

Community
  • 1
  • 1
JenB
  • 17,620
  • 2
  • 17
  • 45