📌  相关文章
📜  org.eclipse.e4 找不到 javax.annotation.PreDestroy. - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:54.860000             🧑  作者: Mango

代码示例1
Probably this error is due to your project needing an specigic jdk

the way to solve this is this one:

- go to the folder where you are running eclipse
- find the eclipse.ini file
- add the next text before '-vmargs':
    -vm
    C:\Program Files\Java\jdk1.8.0_261\bin\javaw.exe
- CHANGE the path for the one of the jdk you need.