I installed java 1.6 on my computer and I also installed the path using advanced variable settings.
On the command line, when I tried to execute java, I got this error:
Error: could not open `C:\Program Files\Java\jre7\lib\amd64\jvm.cfg'
But when I ran this command from the command line: javac -version, it showed that I had the appropriate version installed.
javac 1.6.0_27.
Someone please help me resolve this error.
source share