An error has occured. Please see log file - eclipse juno

前端 未结 30 2170
情书的邮戳
情书的邮戳 2020-12-02 11:13

Whenever I start up Eclipse Juno, it gives me an error saying:

An error had occured. Please see the log file:

C:\\Program Files\\eclipse\\

30条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 12:01

    I was getting the same error while opening the eclipse. to solve that I checked the log file inside the metadata folder. where I found that there is version mismatch of Java. so I have changed the VM inside my eclipse ini file.

    -vm /opt/jdk1.8.0_191/jre/bin

    Hope this will also help to solve your problem.

提交回复
热议问题