I've been having problems getting eclipse working on my 2010 Mavericks Macbook. The original problem that I was having (not the current problem) was the "You have to have Java SE 6 installed" message. I tried following the solution in this thread: Eclipse Kepler for OS X Mavericks request Java SE 6 and found that the jdk1.7.0_51.jdk file didn't exist. Before posting here I also tried setting the JAVA_HOME as suggested on another thread using this command:
export JAVA_HOME /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
And found that interestingly enough, it changed the startup problem - instead of showing the SE 6 error, it wouldn't even try to open (the application icon wouldn't even briefly show on the dock) and it would lag a little bit when an open command (double-click, cmd-down arrow, opening from spotlight, etc) was used.
I decided to make a thread (Eclipse does not recognize Java 7 on Mavericks, can't find jdk.1.7.0_51 to fix issue) where greg-449 pointed out that I downloaded the wrong file (runtime environment instead of development kit). Sure enought the jdk1.7.0_51.jdk file appeared, and I followed the instructions in the first thread I linked to above.
But I'm still getting the issue where Eclipse seems like it won't even attempt to open. I tried setting JAVA_HOME to what appeared to be the actual "home" directory (/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home) but I'm still getting the same issue.
Anyone know how to fix this? Did I screw up badly somewhere along the way? Any answer is appreciated.