Fix the issue: JVM terminated. Exit code=-1

来源:互联网 发布:英文版淘宝网swto分析 编辑:程序博客网 时间:2024/06/05 00:13

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

"