在eclipse中找不到Pivotal tc服务器的安装目录

时间:2016-01-26 03:20:51

标签: java spring spring-tool-suite

我已经成功安装了弹簧工具套件e eclipse jee,现在设置了Pivotal tc服务器,但我无法在eclipse中找到Pivotal tc服务器的安装目录。请帮忙......

2 个答案:

答案 0 :(得分:1)

您可能需要安装tc-server-addon。转到" Spring Dashboard" => " IDE扩展"并安装" Pivotal tc Server Developer Edition"。

要找出安装位置,请转到Preferences =>服务器=>运行时环境。在这里,您可以注意到新安装的TC Server。单击编辑,它将显示安装目录。

在Mac上,它安装在/ Applications目录下。

答案 1 :(得分:0)

一个可能的答案是您的目录路径包含空格。

例如,尝试将D:\New folder更改为D:\Newfolder

并将STS中的服务器属性更改为没有空格的路径。