Please somebody tell me how to install and connect a Database with Eclipse-Kepler. I did a try with Apache Derby.But it shows Error. I am a newbie in Programming,so please help.
Please somebody tell me how to install and connect a Database with Eclipse-Kepler. I did a try with Apache Derby.But it shows Error. I am a newbie in Programming,so please help.
1.Download Derby Plugin for Eclipse
2.Get the Derby Plugin for Eclipse (derby_core_plugin_10.2.2.zip and derby_ui_plugin_1.1.0.zip) From here http://db.apache.org/derby/releases/release-10.2.2.0.html
3.Unzip the "derby_core_plugin_10.2.2.485682" files into the Eclipse home directory
4.There are two folders inside "derby_ui_plugin_1.1.0",which are "org.apache.derby.plugin.doc_1.1.0" and "org.apache.derby.ui_1.1.0". Copy these two folders inside the "Plugin" Folder which is located inside the Eclipse home directory.
5.Make sure there are these three folders inside ECLIPSE_HOME/plugins directory
6.Open Eclipse
In the Name/Type tab, indicate the version of Derby on which you want to create the driver definition.
5.In the JAR List tab, highlight the default derby.jar file and click Edit JAR/Zip to indicate the fully qualified path of the Derby JAR file.
6.(Optional) In the Properties tab, modify the default properties for the driver definition template.
7.Click OK.
Now just restart the Eclipse and create your new DB Project and Right click on the Project folder -You can see the Apache listing there!!!
Make sure your
database server
is up and running. When you run your keplereclipse
switch toDatabase Development perspective
and follow the steps mentioned here . Hope this helps.