hey,
i have developed java application in netbeans 7.0. the application connects to the mysql database in the same computer.
what i need to do is make a stand alone application that would not require netbeans in order to be executed, also i want the database to be a part of it so if i transported the application to a different computer it would still be able to work and save/edit/delete whatever information on that database.
simply i want a stand alone application that works anywhere and on any machine. each machine would fill the database with its own data
any suggestions will be appreciated
thank you