我试图在eclipse "Spring started“中创建新项目,但它给出了错误An internal error occurred during: "Building UI model". com/google/common/base/Function
我是新春开机..please解决问题的还分享了截图 here.
发布于 2017-10-12 12:27:02
请安装TestNG plug-in for Eclipse。它会解决这个问题。
发布于 2017-08-20 23:37:38
我发现这个问题和你一样。因为您的Eclipse和STS版本不匹配。例如,我使用Eclipse Mar(4.5.x)并下载Spring版本3.8.2,这是缺少匹配的版本。
我有两个解决方案
从"https://spring.io/tools/sts/legacy“下载
请在下载之前检查您的Eclipse
或
你不能在“ Market Place”下载
上插入与你的http://dist.springsource.com/release/TOOLS/update/e4.X/相匹配的版本
发布于 2018-04-19 16:58:17
我也面临着同样的问题。我通过更新所有插件等修复了它。你需要点击帮助中的“检查更新”,然后继续。
我有Eclipse Neon.3版本(4.6.3)。我通过Marketplace添加了STS插件。(参见http://www.adeveloperdiary.com/java/spring-boot/create-spring-boot-application-step-step/)之后,我在创建新的spring starter项目时遇到了同样的错误。
An internal error occurred during: "Building UI model".
com/google/common/base/Function更新所有插件后,我可以创建一个新的spring starter项目。
致敬,克里山
https://stackoverflow.com/questions/45651996
复制相似问题