Very weird. I tried googling that error, and saw quite a few
suggestions, but one in particular looked interesting:
http://stackoverflow.com/questions/4945178/cannot-run-eclipse-jvm-terminated-exit-code-13/6469359#6469359
Someone said that having a pound sign in their path caused problems.
I see in your screenshot that you are keeping the program in a
"#Downloads" folder. Can you try moving it to a folder that doesn't
have a pound sign in it?
If that doesn't work, then I think it might be something w/ x32 vs
x64, or using a specific version of the JVM. I wonder if the recent
Java 7 release broke this program.
I'll try to do some testing. Let me know if the # issue fixed
anything.
Something else to try: it's based on the "eclipse framework":
http://www.eclipse.org/downloads/
In theory, if you can get any of those to run, then you should be able
to get this program to run (unless there are problems I'm not aware
of). I still have never gotten the "auto-update" feature to work, so
there's definitely something I could have done wrong when compiling
this...
-Jeff