Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Getting Apache Derby to show up in Eclipse?

  1. #1
    Member mjr's Avatar
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    36
    My Mood
    Fine
    Thanks
    8
    Thanked 2 Times in 1 Post

    Default Getting Apache Derby to show up in Eclipse?

    Ok, I've been looking into Embedded databases. I downloaded and installed (I think) Apache Derby. I unzipped it per the instructions I found.

    I'm trying to get it to show up in Eclipse Indigo, because I have a small application I want to try to build with an embedded database.

    Anyone have any suggestions? I'm not currently on the machine where Derby is installed, so I can't provide a link, but since it's not showing up in Eclipse, based on the instructions I Found, I assume I'm doing something wrong.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Getting Apache Derby to show up in Eclipse?

    Define 'get it to show up'. Have you added the library to the classpath of your project? Are you trying to use a plug-in to view a database?

  3. The Following User Says Thank You to copeg For This Useful Post:

    mjr (September 9th, 2012)

  4. #3
    Member mjr's Avatar
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    36
    My Mood
    Fine
    Thanks
    8
    Thanked 2 Times in 1 Post

    Default Re: Getting Apache Derby to show up in Eclipse?

    Quote Originally Posted by copeg View Post
    Define 'get it to show up'. Have you added the library to the classpath of your project? Are you trying to use a plug-in to view a database?
    I actually got it to work this morning. I did add the classpath when I first extracted it, but I didn't download the UI plugin. Had to Google for it, but once I did that, I was able to get it to show up in a project menu by right-clicking on the project.

    Sent a thanks your way, anyway.

Similar Threads

  1. where is my JavaDB/Derby?
    By chronoz13 in forum JDBC & Databases
    Replies: 3
    Last Post: December 9th, 2012, 09:00 PM
  2. help java Db derby or my sql
    By Am3Egy in forum JDBC & Databases
    Replies: 3
    Last Post: August 10th, 2011, 12:05 PM
  3. Beginner: Show Image in Label when Results Show Up
    By Big Bundy in forum Java Theory & Questions
    Replies: 3
    Last Post: April 4th, 2011, 02:43 PM
  4. Java (Derby) Help
    By Neon612 in forum JDBC & Databases
    Replies: 3
    Last Post: August 19th, 2010, 08:40 PM
  5. org.apache.derby does not exist?
    By disclaimer in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 30th, 2010, 04:58 PM