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

前端 未结 7 1365
后悔当初
后悔当初 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:12

    If you want to downgrade Java you just need to set the JVM that Eclipse uses for compilation:

    Window > Preferences > Java > Installed JREs

    and then add a new JDK/JRE that you want, in your case Java 5 then check the box next to the JVM/JRE.

提交回复
热议问题