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: How to add a database to my NetBeans Project when making a setup

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to add a database to my NetBeans Project when making a setup

    I have completed an assignment for my university in which I had to make a Java NetBeans project. My project is now completed but now I have to make a setup of my NetBeans project and give the university the setup file, only.

    My question is, the software I made has a database attached to it, meaning the purpose of the software is to be used with the database. Values must be saved in the database, deleted from the database etc.. I have used MySQL database connections with the JDBC driver

    I have used exe4j to make the .exe file and Setup Factory to make the exe file and setup file respectively. I used these because they were given by my university. If anyone has a better software they think I should use, please tell. Once I make the setup and run the setup, the application works, ON MY COMPUTER. The computer which made the software. But once I take it to a computer in which MySQL was not installed, the setup installed, but the software did not work.

    I am a beginner to Java so it would be appreciated if the solution were explained as simply as possible.

    PS: I understand that to ask a question in this forum, you need to provide blocks of code or my attempts, but I do not understand what I should attach in this case. So it would be appreciated if this question were not removed. If anything should be attached, please let me know and I would attach it in a jiffy.


  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: How to add a database to my NetBeans Project when making a setup

    Thread moved.

    I recommend you ask someone at the university for help.

Similar Threads

  1. Replies: 1
    Last Post: July 28th, 2012, 08:41 PM
  2. picking a server setup and database help
    By srgjames in forum Android Development
    Replies: 4
    Last Post: September 30th, 2011, 05:30 PM
  3. making a notepad with java netbeans
    By tobioleye in forum Member Introductions
    Replies: 1
    Last Post: May 10th, 2011, 07:46 AM
  4. Add or remove a row on a jtable with Netbeans 6.0
    By Pieter in forum Java Theory & Questions
    Replies: 1
    Last Post: July 8th, 2010, 02:40 PM
  5. How to setup PHP on Netbeans 6.8? Please help.
    By marksquall in forum Java IDEs
    Replies: 0
    Last Post: January 10th, 2010, 10:56 PM

Tags for this Thread