Unable to locate secure storage module异常的解决方案

org.eclipse.equinox.security.storage.StorageException: Unable to locate secure storage module 

 

该异常同样是由于swt x86 x64版本匹配造成的。

如果是使用eclipse的时候出现的该问题,解决方案:

1、重新下载一个和操作系统匹配的eclipse或者jdk

2、给eclipse创建快捷方式,为快捷方式添加启动参数 -eclipse.keyring <文件绝对路径>

 

如果是RCP开发中出现该问题,在run Configuration -> Arguments -> Program arguments应用解决方案2.

点赞