Hi guys,
I have both the
java 6 and java 7 sdk and jre on my machine, which is Windows 7 ultimate(64bit). I am trying to get to run a web project that was based on java 6. As I was about to set the environment variables, I noticed that there already is a 'PATH' variable whose value is C:\Program Files(x86)\Java\jre7\bin. I was about to change this to point to jre6, when I realised that java is actually installed in the 'Program Files' and not the 'Program Files(x86)'. Why then does the value point to Program Files(x86)folder? Hope someone can help explain. Thanks.