I am using Eclipse to develop a Java program. If I want to share the code (Java files) with someone else (who is also using Eclipse), what would be the easiest way? We do not have a source repository set up yet.
Share
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.
You can send them the example.java files via email or Skype and they could add them to their project if you wanted to go old school.
I think a repository like Github or Subversion will be your best bet.
I vote for setting up a repository 🙂