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