Error occurred during initialization of VM (java/lang/NoClassDefFoundError: java/lang/Object)

后端 未结 11 1806
耶瑟儿~
耶瑟儿~ 2020-12-08 14:41

I\'m trying to install Java to use Eclipse (I followed all instructions to install Java and Eclipse) but my Eclipse is not starting due to some bad configuration I guess. I

11条回答
  •  臣服心动
    2020-12-08 15:10

    please try to execute java from

    C:\Program Files\Java\jdk1.7.0_10\bin

    i.e from the location where java is installed.

    If it is successful, it means that the error lies somewhere in the classpath.

    Also, this guy seems to have had the same problem as yours, check it out

提交回复
热议问题