Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Is it possible to save a java project to the cloud

  • 02-07-2014 5:08pm
    #1
    Registered Users Posts: 77 ✭✭


    Hello all. Im using Intelij Idea for Java programming for college. I have to work on different devices such as college desktop, my own laptop ect. Is it possible to save a project to Skydrive or Drop Box and make it work accross these devices.


Comments

  • Registered Users, Registered Users 2 Posts: 586 ✭✭✭Aswerty


    If you just use your DropBox folder as your working directory the project will sync across your devices. This isn't a great solution though.

    The best solution is to use version control such as Git or Mercurial along with a hosting service such as GitHub or BitBucket. Using version control in college will give you a great start as to how professional developers manage their project source code.


  • Moderators, Business & Finance Moderators Posts: 10,414 Mod ✭✭✭✭Jim2007


    You could setup an account at https://bitbucket.org and use source code management tools to handle the syncing and so on between the different devices.


  • Registered Users, Registered Users 2 Posts: 2,089 ✭✭✭henryporter


    Have a look at subversion for free, eg: http://offers.assembla.com/free-subversion-hosting/


  • Registered Users Posts: 77 ✭✭jamesccp


    Thank you all for taking the time to answer me. I will study these solutions.


  • Registered Users, Registered Users 2 Posts: 972 ✭✭✭Digital Society


    Dropbox is a bloody nightmare for this. Itll work for a while then screw up files and corrupt your project. Github all the way. Thats what its there for.

    Zip them all up and store them on Dropbox as a backup but dont use it as your Eclipse folder!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,019 ✭✭✭carlmango11


    Github.

    /thread

    But seriously, this is exactly what version control is for. Plus it keep track of all your changes and makes sure nothing gets lost. Plus it's used in the professional world so it's essential to get some experience with.


Advertisement