Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question