【发布时间】:2018-12-18 08:39:46
【问题描述】:
我最近在 Ubuntu 上安装了 Spring Boot。当我运行 spring 时,我收到以下警告:
The JRE you are running Eclipse with appears to not be a JDK.
Spring Boot Live hovers will not work with a plain JRE.
The JRE you are running Eclipse with is: /usr/lib/jvm/java-11/openjdk-amd64
我怎样才能摆脱这个警告? Eclipse 清楚地指向了正确的 JDK。
【问题讨论】:
-
你的系统安装jdk了吗?
标签: java linux spring spring-boot ubuntu