I have a program develop for web application(java). I need to send my project to a friend. How can I export all my project and my mysql database to send to him.
Regards
|
There is a good plugin for that on Netbeans : Export As Archive. You can find more information about it there : Export As Archive Plugin You can also use mysqldump to dump your databases. Another good way to do this is to use a Repository (with your project inside) with Mercurial (included in NetBeans too) - BitBucket. You give an access to your friend and you can Commit whenever you make any change. It will protect you and your friend of making mistakes. |
||||
|
|
|
|||
|
|
mysqldump? – beerbajay Mar 13 '12 at 22:53