0

I am using netbeans to write a program. I have come a long way writing different classes on one of two computers, however I need to use both on the same classes. My net beans directory is on dropbox. I set the projects working directory as

C:\Documents and Settings\damadr01\Dokumenter\Dropbox\Me, Myself & David\Activity_Calibrator

However this will mess up as soon as I try to run from the other computer. Is there a way of writing a relative wdirectory?

4

1 回答 1

1

我建议你使用VCS,如gitMercurialSubversionCVS等。

所有这些都支持 NetBeans。您可以在 DropBox 上设置主存储库,并在本地文件夹上克隆存储库或工作副本。这样,您将获得提交历史记录的额外好处。

于 2013-05-02T13:52:02.097 回答