Couldn't install derby in eclipse

ぐ巨炮叔叔 提交于 2020-01-30 13:11:25

问题


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

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


回答1:


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

Derby no longer provide a UI or plugins for Eclipse. You can still use the Derby jars in plugins but without the 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.



来源:https://stackoverflow.com/questions/42831510/couldnt-install-derby-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!