When restart the Blackberry plug-in, an error happened with "JVM terminated. Exit code=-1.".
We can specified the jdk to eclipse.ini to fix this issue, so solution as below:
Add below:
"
-vm
D:/software/jdk1.6.0_16/bin/javaw.exe # Jdk path, need 1.6
"
after the:
"
--launcher.XXMaxPermSize
256m
"

本文介绍了解决Blackberry插件重启时出现的“JVMterminated.Exitcode=-1”错误的方法。通过指定Eclipse使用特定版本的JDK(1.6),可以避免此问题。具体操作是在Eclipse配置文件中添加指定JDK路径的命令。

被折叠的 条评论
为什么被折叠?



