InstallingInLinux: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
No edit summary
imported>AVRS
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 15: Line 15:


Select the Sun Java tools where appropriate. Afterward, you should be able to start stendhal with
Select the Sun Java tools where appropriate. Afterward, you should be able to start stendhal with

<code>java -jar stendhal-x.xx.jar</code>

== Debian ==

Install OpenJDK Java runtime (openjdk-6-jre) and run


<code>java -jar stendhal-x.xx.jar</code>
<code>java -jar stendhal-x.xx.jar</code>

Latest revision as of 08:57, 29 November 2012

For the stendhal client

Ubuntu

Under Ubuntu 8 (Hardy Heron):

Stendhal won't work with the GNU Java Compiler (GCJ), which is the stock Java installed with Heron. In a terminal window, run:

sudo aptitude install sun-java6-bin sun-java6-jre

Follow the prompts and accept the license to install the Sun Java distribution. After Sun-Java is installed, then run

sudo update-alternatives --config java

sudo update-alternatives --config javaws

Select the Sun Java tools where appropriate. Afterward, you should be able to start stendhal with

java -jar stendhal-x.xx.jar

Debian

Install OpenJDK Java runtime (openjdk-6-jre) and run

java -jar stendhal-x.xx.jar