I have a remote server with Java, to which I have SSH access. I am writing an application on a local machine building it with maven. Is it possible to install the Itellij IDEA IDE to run my project remotely? The idea is this: build a jar, copy it to the server and debug the process (or something like that).
It would be nice to share the settings that I need to configure.
source
share