Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just installed JRE and Eclipse, but every time I try to run the Eclipse application, it shows the splash screen and then closes quickly. For now, I created a batch file that runs:

eclipse -vm c:\java\bin\java.exe

Why is my application showing the splash screen and then closing? Or is there a way to run the batch script, but keep the command prompt and java prompt running in the background out of view?

share|improve this question

1 Answer

Try to add to your eclipse.ini

-vm
C:\java\bin\java.exe

This link should be useful too: http://wiki.eclipse.org/Equinox_Launcher

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.