xrk
xrk

Reputation: 99

Intellij IDEA, java and remote development

How to configure Intellij IDEA for compile my java-application on remote machine? In netbeans I can configure it easily and remote development works perfectly but in Intellij IDEA I can't understand how to do it. I searched for an answer in the NET and I can't find it. All answers are for Web remote/deployment only. I need it because I use java + raspberry Pi + pi4j. Thx.

Upvotes: 8

Views: 5773

Answers (2)

Peter
Peter

Reputation: 14128

As far as I know, it's currently not possible. If I remember correctly, it is possible in other JetBrains IDE's like PhpStorm. But not in IntelliJ IDEA.

Upvotes: 2

daron
daron

Reputation: 39

You can add, new deployment configuration via (IntelliJ Idea 2016.2.5 Ultimate): [Tools] -> [Deployment] -> [Configuration]

Upvotes: 1

Related Questions