February 2012
1 post
Fixing Dropbox changed path
On one computer, I have my Dropbox folder located in C:/Users/Mathijs/Dropbox/. On an older pc I have it located in C:/Users/Mathijs/My Dropbox/. Not that big a deal, but having Java projects in my Dropbox folder with classpaths pointing to libraries in the Dropbox folder (and without changing ‘em to relative paths, like I should), here’s an easy solution:
On the old pc, open a...