Content originally posted in LPCWare by lpcxpresso-support on Mon Feb 10 11:29:21 MST 2014
If an instance of a JVM is already running, Eclipse (LPCXpresso) will use it (AFAIK, this is a Windows/Java restriction of not being able to have multiple JVMs running at the same time). If there is no JVM running, Eclipse will use the one found in the 'jre' subdirectory.
So, you should either
- sort out the problems in you existing JVM installation, or
- start LPCXpresso first, so it uses the one supplied