HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\
Basically anything in
C:\Users\USERNAME\AppData\Local\CRE
or C:\Users\USERNAME\AppData\Local\Temp
can go. My thanks to Mike for the helpful advice.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\
C:\Users\USERNAME\AppData\Local\CRE
or C:\Users\USERNAME\AppData\Local\Temp
Error 1335: The cabinet file ss180110.cab required for this installation is corrupt and cannot be used.
Here's an excerpt from the log mentioned in the message:An error has occurred. See the log file /home/wittk/.eclipse/org.eclipse.platform_3.7.0_155965261
/configuration/1338578313816.log
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
no swt-gtk-3740 in java.library.path
no swt-gtk in java.library.path
Can't load library: /home/wittk/.swt/lib/linux/x86/libswt-gtk-3740.so
Can't load library: /home/wittk/.swt/lib/linux/x86/libswt-gtk.so
cd ~/.swt/lib/linux/x86*
for file in /usr/lib/jni/libswt-*3740.so; do ln -s ${file}; done
Set WshShell = WScript.CreateObject("WScript.Shell")
obj = WshShell.Run("groovyconsole.bat", 0)
set WshShell = Nothing
You can then put a shortcut to this wherever, and even make it pretty by setting the icon to this. Oh, and make sure you have your GROOVY_HOME set up.set GROOVY_HOME=..\to startGroovy.bat (anywhere before the classpath gets set), and let the good times roll...
JAVA_HOME=C:\Progra~2\Java\jdk1.6.0_16to line 23 (or anywhere in the beginning, really). Done.