InstallingInLinux: Difference between revisions
Content deleted Content added
imported>Luno Initial page created. |
imported>AVRS No edit summary |
||
| (47 intermediate revisions by 4 users not shown) | |||
Line 1:
''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:
<code>sudo aptitude install sun-java6-bin sun-java6-jre</code>
Follow the prompts and accept the license to install the Sun Java distribution. After Sun-Java is installed, then run
<code>sudo update-alternatives --config java</code>
<code>sudo update-alternatives --config javaws</code>
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>
| |||