How to completely remove Java? (Error: could not open `C:\Program Files\Java\jre6\lib\i386\jvm.cfg')

前端 未结 7 1363
后悔当初
后悔当初 2020-12-31 06:35

I have passed the last couple of hours trying to downgrade Java to 1.6.0_13 in my attempt to get Google Web Toolkit\'s hosted mode to work on Eclipse.

And it has pro

7条回答
  •  失恋的感觉
    2020-12-31 07:19

    The error generated when JAVA gets updated after installing update the folder name of jre gets changed with new version added to the jre and at time of installation of any other tool e.g. eclipse in my case which is looking for the same version at time of first install (jdk name is not changed may be only jre is updated and not jdk).

    So i guess this is post install script issue of JAVA update either all reference name should be changed after post install or none.

提交回复
热议问题