Changing the keyring location is done by changing the eclipse.ini found in the eclipse installation directory. Add the following line somewhere above the "-vmargs" option:
- Code: Select all
-keyring
[username-home]\keyring\eclipse_32
-eclipse.keyring
[username-home]\keyring\eclipse_32\keyring
After adding the eclipse.ini it should look similar like this:
- Code: Select all
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-keyring
x:\keyring\eclipse_32
-eclipse.keyring
x:\keyring\eclipse_32\keyring
--launcher.defaultAction
openFile
-vm
C:/Program Files (x86)/Java/jdk1.6.0_30/bin/java.exe
-vmargs
-Xms40m
-XX:MaxPermSize=256m
-Xmx1224m
To apply the changes you need close and restart eclipse.