簡體   English   中英

部署在tomcat服務器上的Web項目

[英]Web project to deploy on tomcat server

我在Tomcat 7的默認Vaadin代碼上收到以下錯誤。

Multiple markers at this line
    - The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
    - The type java.util.function.Consumer cannot be resolved. It is indirectly referenced from 
     required .class files
    - The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

java.util.function.Consumer似乎來自Java 8
您是否使用JDK 8部署了該應用程序?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM