I believe that right now I have carefully looked through the website on this subject, so here. I have some source files (Java) that live on a remote machine (Amazon EC2). I can use SSH in the machine, and I can use the Eclipse RSE plugin to remotely view and edit files. Nice!
Now I want to create a project that will be bound to this remote location. I can do this by selecting a directory in the RSE perspective and selecting (Create Remote Project). This imports the project into Eclipse, and I can view and edit files from there. Nice!
The problem is that this project is imported as a โgeneralโ project, while I would like it to be a Java project. There seems to be no easy way to convert a remote project in Java to Eclipse. Is there any way to do this? Please note that I am trying to use tools installed on a remote computer (compilers, etc.).
source share