Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
@jformoso: What is the problem you’re seeing? What version of Ubuntu are you trying to install it on?
I was getting an error add-apt-repository: command not found
To fix it had to install sudo apt-get install software-properties-common
This was to install the oracle-jdk on an Ubuntu 12.10x64 droplet
Thanks for the tutorial. It is very needful. I set this JAVA_HOME path but I also want know "how to set a path for MAVEN? please guide me in this regard.
@anandsbj1989: It depends on how you installed Maven. If you ran: <pre> sudo apt-get install maven2 </pre> Then you would use “/usr/share/maven2/”