Just installed Windows 10 and Eclipse no more starts

后端 未结 8 914
醉酒成梦
醉酒成梦 2021-01-12 02:37

I just upgraded from Windows 8 to Windows 10 (both 64-bit) and my previous Eclipse Juno with ADT-plugin for Android development is no longer starting.

All I can see

8条回答
  •  借酒劲吻你
    2021-01-12 02:52

    You don't need to uninstall java. Just remove the following line from your environment(system) variables, which will be in starting of path variable. Windows 10 is keeping a copy of all your program files in ProgramData folder location .To confirm, Check the java version from your command line before and after change. It worked for me...

    "C:\ProgramData\Oracle\Java\javapath;"

提交回复
热议问题