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

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

"

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章