posted 14 years ago
The thing is...nobody CAN tell you exactly what to type. When you installed it, you could have installed it ANYWHERE. Without knowing where YOU installed it, it is impossible to tell you what to set your environment variable to.
The environment variable is used by your OS to know where to find your java install. So you have to set it to the correct value for where you put it when you installed it.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors