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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.