Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Eclipse launch was exiting with an error code -1. This was fixed by giving the correct JVM path in config file of Eclipse. Now, When I try launching Eclipse, front end is not loaded but the java.exe is executed and gets killed by itself.

Can someone please help me on this?

I'm using Eclipse equinox

share|improve this question
can you please post your eclipse.ini ? – Ashutosh Jindal Aug 8 '12 at 19:48

1 Answer

Try opening the command line and running

eclipse.exe -consoleLog

that should dump more information out to the command line for you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.