Вопрос

After changing parameter settings in myEclipse and clicking restart, I am getting an error message with header JVMterminated Exit code = -1.

I restart my computer and tried a lot but did not solve my problem. Please guide me what is wrong with myEclipse.

Это было полезно?

Решение

This means that your change in Eclipse's configuration is actually causing errors on it's initialization, hence the -1 exit code.

When the JVM exits with a code different from 0, the convention dictates that is is because of some error.

Try rolling back your changes and see what happens.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top