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 2 of 2

Thread: Netbeans EclipseLink and Embedded Java DB

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    10
    My Mood
    Confused
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Netbeans EclipseLink and Embedded Java DB

    Hi all.

    I'm reasonably new to Java and NetBeans.

    I'm developing an SE Java application which allows the user to view a database that I've created. I've done the data binding to a JTable but don't see any data. I've read the Derby/Java DB manual and it seems that I need to put data into this Embedded database (single table). All I want to know is how to put the data in - can I copy the files from '.netbeans-derby' folder or do I have to utilise another method?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Netbeans EclipseLink and Embedded Java DB

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

Similar Threads

  1. Java database embedded exe file why not working......
    By Computer_system_engineer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 7th, 2014, 02:44 PM
  2. How do embedded java applets send and recv data?
    By MRnobody in forum Java Networking
    Replies: 1
    Last Post: March 1st, 2012, 05:36 AM
  3. [SOLVED] Uploading a Java Applet embedded in HTML to a Web server
    By wizdom in forum What's Wrong With My Code?
    Replies: 20
    Last Post: December 3rd, 2011, 10:13 AM
  4. Does Java create the following undeletable embedded-null registry entry..?
    By thedarkness in forum Java Theory & Questions
    Replies: 2
    Last Post: November 7th, 2011, 03:48 PM
  5. [SOLVED] Java DB embedded
    By potatostar in forum JDBC & Databases
    Replies: 5
    Last Post: July 20th, 2011, 11:17 AM

Tags for this Thread