Is there a way to look at the environment variables used for the Java virtual machine, from an instance of Eclipse?
To put it another way, how can I check which environment variables are being used by this instance of Eclipse?
I’ve got a portable setup and I’d like to see everything is working as I expect…
At the Eclipse menu, click: Help -> About Eclipse -> Installation Details
The configurations tab contains everything that your environment ‘knows’ about.