问题
I want to Deploy my server side java application on a server. I choose to use Heroku. Currently, I am able to create server and client side application on java and run them from my laptop on different terminals and communicate between them. Now I want to do same over the internet and choose Heroku server but I don't understand how to deploy my application on its server. I tried to read their tutorial but I am not able to understand from it. Tutorials on youtube and other are very old.
Help me deploy my application to Heroku . I use Eclipse and know how to use git. Let me know if you need any other info.
Edit: As my first server application I would like to deploy a chat box. I will execute client side from my laptop and launch the server side (created by me) from Heroku.
来源:https://stackoverflow.com/questions/40673263/how-to-deploy-java-application-on-heroku