How to include files from remote server in Eclipse project without copy to local PC?
        Posted  
        
            by user209559
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user209559
        
        
        
        Published on 2009-11-12T12:46:35Z
        Indexed on 
            2010/03/14
            3:05 UTC
        
        
        Read the original article
        Hit count: 263
        
eclipse-cdt
I have to PC, one is server on Linux containing project files ( also build machine ) and another working desktop machine on WinXP. I want to create a project in Eclipse on my desktop machine without coping files to local machine, actually I want to be able to modify remote files and immediately run build, unlike modifying local files and synchronizing with remote project.Is it possible?
Thanks
© Stack Overflow or respective owner