A
A
Aleksey Pleshkov2016-10-26 15:57:18
Java
Aleksey Pleshkov, 2016-10-26 15:57:18

Are there services for compiling java in the cloud?

Good day. Are there cloud services that compile and run a java/kotlin project at runtime? For example, I write code on my device, and it is automatically uploaded to a remote server, and when the code changes, the project assembly and launch starts. As an example of how travis-ci works, but it does it by commits.
Thank you.
ADDED
For clarification. I am developing a project in spring. It is necessary to automatically upload the code to a remote server, build it and run it. And on your machine, sit in Intellij Idea, just making changes to the code. Again, he cited the example of Travis, who does this. Cloud IDEs are not.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Alexandrov, 2016-10-26
@jamakasi666

Cloud9. Another option is to rent the most dushman server, deploy Java on it. And then it’s a matter of technology in the form of writing scripts for remote compilation and launch, or pick up a folder remotely via sshfs from there and work in it + an open terminal nearby, or even put Xs remotely, ide there and work via ssh+Xforward.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question