How can I test my program conveniently using a remote server

已回答

I've been given SSH access to a "super computer" on which I want to run my program.

I know I could build my program in IntelliJ, copy the jar over to the server, and then run the program, but this is a tedious process. I also wouldn't be able to make use of intellijs debugging / profiling utilities.

Does IntelliJ support the building / execution of a project remotely?

0

Remote building/execution of plain java applications is possible via a Docker image. SSH remote build/execution is not supported. One can vote for this request: https://youtrack.jetbrains.com/issue/IDEA-110822

0

请先登录再写评论。