I assume that you want to know which version of Eclipse uses to execute itself.
It just starts with the same JRE that will be executed when java from the command line.
You can change the -vm parameter in the eclipse.ini file to work with some other JREs, for example:
-vm c:/Java/jdk1.6.0_16/bin
nowaq source share