简体   繁体   中英

while opening eclipse getting error

I have installed flash builder plugin and i choose eclipse which i have.

While opening Falsh builder plugin with eclipse, getting error and showed a screen shot of the error message.

http://img856.imageshack.us/img856/5366/chpp.png

But if i open only eclipse it is working fine and no errors.. Can i know the reason and required any changes in eclipse or flash builder?

Java was started but returned exit code=13

error is caused when you are attempting to start Eclipse using the wrong version of the Java Virtual Machine (JVM).

Your eclipse.ini file contains a java version which is different from the one installed/set on your machine.

Here are some recommendations to correct this error:

http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html

Check your java version with command : java -version

And then compare it with the version of java shown in your error message of eclipse.

Maybe the version of of java that your eclipse support will be different from the installed java on your system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM