<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Runtime on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/runtime/</link><description>Recent content in Runtime on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 28 Dec 2014 21:42:36 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/runtime/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing Java on Ubuntu</title><link>https://zoliben.com/en/posts/2014-12-28-java-telepitese-ubuntura/</link><pubDate>Sun, 28 Dec 2014 21:42:36 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-28-java-telepitese-ubuntura/</guid><description>&lt;p>If you want to run a Java app on a fresh Ubuntu server, (say Minecraft) then you first need to install the appropriate Java runtime. You can do this as follows:&lt;/p>
&lt;p>Update the apt repository with the following command:&lt;/p>
&lt;pre>sudo apt-get update&lt;/pre>
&lt;p>Then check if Java is already installed:&lt;/p>
&lt;pre>java -version&lt;/pre>
&lt;p>Install the Java Runtime Environment with the following command:&lt;/p>
&lt;pre>sudo apt-get install default-jre&lt;/pre>
&lt;p>And for the Java Development Kit, use this:&lt;/p></description></item></channel></rss>