Issue
I am trying to use Eclipse on a friends computer but we keep getting this when we run Eclipse
We have the environmental variable set as well.
Edit
it was working before he installed the black berry plug in.
Solution
The variable JAVA_HOME
is not required by Eclipse. If your Java installation does not put the Java executables in the PATH
, you should add those manually.
A faster way to have your Eclipse up and running consists in modifying the eclipse.ini
and using the -vm
option.
http://wiki.eclipse.org/Eclipse.ini#-vm_value:_Windows_Example
Answered By - user827992