无法在eclipse中安装derby

时间:2023-01-17 17:00:29

I'm new to java . I'm using eclipse. I want to create database project using derby . I installed two files for derby called derby_ui_doc_plugin_1.1.3.zip and derby_core_plugin_10.8.2.zip and extracted them in plug ins of eclipse but when I opened the eclipse I couldn't find data management or data source or anything that told me that derby is installed . Thanks in advance

我是java的新手。我正在使用eclipse。我想用derby创建数据库项目。我为derby安装了两个名为derby_ui_doc_plugin_1.1.3.zip和derby_core_plugin_10.8.2.zip的文件并在eclipse的插件中提取它们但是当我打开eclipse时我找不到数据管理或数据源或任何告诉我derby是安装。提前致谢

i'm working on Kepler Service Release 2 if version is old . how can i update it ?

如果版本旧,我正在开发Kepler Service Release 2。我该如何更新?

1 个解决方案

#1


1  

These plugins are very old and are not supported by current versions of Eclipse.

这些插件非常陈旧,当前版本的Eclipse不支持这些插件。

Derby no longer provide a UI or plugins for Eclipse. You can still use the Derby jars in plugins but without the UI.

Derby不再为Eclipse提供UI或插件。您仍然可以在插件中使用Derby jar,但不使用UI。

To use the Derby jars in an Eclipse plugin include them in the plugin folder and add the jars to the plugin classpath. You do this by opening the MANIFEST.MF editor and add the jars to the 'Classpath' list on the 'Runtime' tab.

要在Eclipse插件中使用Derby jar,请将它们包含在plugin文件夹中,并将jar添加到插件类路径中。您可以通过打开MANIFEST.MF编辑器并将jar添加到“运行时”选项卡上的“类路径”列表中来完成此操作。

#1


1  

These plugins are very old and are not supported by current versions of Eclipse.

这些插件非常陈旧,当前版本的Eclipse不支持这些插件。

Derby no longer provide a UI or plugins for Eclipse. You can still use the Derby jars in plugins but without the UI.

Derby不再为Eclipse提供UI或插件。您仍然可以在插件中使用Derby jar,但不使用UI。

To use the Derby jars in an Eclipse plugin include them in the plugin folder and add the jars to the plugin classpath. You do this by opening the MANIFEST.MF editor and add the jars to the 'Classpath' list on the 'Runtime' tab.

要在Eclipse插件中使用Derby jar,请将它们包含在plugin文件夹中,并将jar添加到插件类路径中。您可以通过打开MANIFEST.MF编辑器并将jar添加到“运行时”选项卡上的“类路径”列表中来完成此操作。