Skip to content

Instantly share code, notes, and snippets.

@NataliaAvila
Last active June 7, 2016 13:51
Show Gist options
  • Save NataliaAvila/9173f069e41809397adb to your computer and use it in GitHub Desktop.
Save NataliaAvila/9173f069e41809397adb to your computer and use it in GitHub Desktop.
Scout - ArgumentError on Windows7 - Error #3214
f1ss1on commented:
OK, after playing around a bit, and using suggestions from PendragonDevelopment and nuVoid, I was able to get it working properly on Windows 7 x86 and Windows 7 x64. The steps for doing it are correct.
First you need to make sure you have Java installed. If not, go to http://java.com/en/download/chrome.jsp?locale=en, and install.
Next open the [ScoutInstallDir]\javascripts\app\process_interaction.js and change line 95 to have the path exactly as follows:
Windows 7 x86 "C:\\Program Files\\Java\\jre7\\bin\\java.exe" (NOTE: THE PATH NEEDS TO HAVE DOUBLE BACKSLASHES IN IT.)
Windows 7 x64 "C:\\Program Files (x86)\\Java\\jre7\\bin\\java.exe"
Now You should be golden.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment