Eclipse Kepler 中缺少数据源资源管理器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28766670/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 22:25:54  来源:igfitidea点击:

Datasource Explorer is missing in Eclipse Kepler

javaeclipsejakarta-ee

提问by Ashok.N

I have recently downloaded Eclipse Kepler. In this Kepler version, The DataSource Explorer is missing. DataSource Explorer can be used to connect to various databases. The Database Development perspective is missing in Kepler version.Do I need to install any separate plugin for that? If so, which plugin?

我最近下载了 Eclipse Kepler。在此 Kepler 版本中,缺少数据源资源管理器。DataSource Explorer 可用于连接各种数据库。Kepler 版本中缺少数据库开发透视图。我需要为此安装任何单独的插件吗?如果是这样,哪个插件?

回答by greg-449

The data source explorer is part of Eclipse DTP (Data Tools Platform).

数据源浏览器是 Eclipse DTP(数据工具平台)的一部分。

You can install it from 'Help > Install New Software'. Choose the main Kepler repository in 'work with' and look in the Database Development section.

您可以从“帮助 > 安装新软件”安装它。在“使用”中选择主要的 Kepler 存储库,然后查看“数据库开发”部分。

回答by PJT

I'm using Spring Tool Suite (based on eclipse) I was able to get the Data Source Explorer by going to Help > Eclipse Marketplaceand then typing Database tool suite. The option Eclipse DTP comes up and then you can install it and restart.

我正在使用 Spring Tool Suite(基于 eclipse)我能够通过转到帮助 > Eclipse Marketplace然后输入数据库工具套件来获取数据源资源管理器。Eclipse DTP 选项出现,然后您可以安装它并重新启动。

回答by PJT

In Eclipse (Mars) Goto Help > Install New Software'. Choose the main Mars - http://download.eclipse.org/releases/marsrepository in 'work with' and look in the Database Development. select this and sub directories and install.

在 Eclipse (Mars) 中,转到“帮助”>“安装新软件”。在“使用”中选择主要的 Mars - http://download.eclipse.org/releases/mars存储库并查看Database Development。选择这个和子目录并安装。

回答by ThePavolC