Eclipse 中的服务器窗口
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1894314/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Servers window in Eclipse
提问by user218652
I need to create an ODE server inside my Eclipse workspace, in the tutorial I'm following, it says to use the Server view under Window->Show View->Other->Server->Servers. However, I cannot find this option under 'Window->Show View->Other->Server->Servers', any ideas how to get it? I am using Eclipse 3.4.2 Ganymede (classic).
我需要在我的 Eclipse 工作区中创建一个 ODE 服务器,在我正在关注的教程中,它说要使用Window->Show View->Other->Server->Servers下的 Server 视图。但是,我在“窗口->显示视图->其他->服务器->服务器”下找不到这个选项,有什么办法可以得到它吗?我正在使用 Eclipse 3.4.2 Ganymede(经典)。
采纳答案by vkraemer
I think the Servers window is part of WTP (the Web Tools Platform) . You can get that via the update center, though it may be easier to download Eclipse IDE for Java EE Developers, which includes all the various bits and pieces that need to get cobbled together.
我认为 Servers 窗口是 WTP (Web Tools Platform) 的一部分。您可以通过更新中心获得它,但下载Eclipse IDE for Java EE Developers可能更容易,其中包含需要拼凑在一起的所有各种零碎部分。