I am using Intellij IDea final 15.
I want to compile / test / deploy on a remote host. So here is what I did: 1. File → Create → Project → Empty project → Indicate the name / location of the project
- Settings → Deployment → add host (successfully test SFTP connection)
- Change the mappings: set the Local path to the same as the project location
Then he complains:
The local path '[my local path]' exits the project
The path is the location of the project in which I am installed, it exists, and I have the correct permission. Therefore, I do not know why he complains.
Thank you for your time!