InstallingInLinux: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>AVRS No edit summary |
||
| (24 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
''For the stendhal client'' |
|||
== Ubuntu == |
== Ubuntu == |
||
Under Ubuntu 8 (Hardy Heron): |
Under Ubuntu 8 (Hardy Heron): |
||
| Line 9: | Line 11: | ||
<code>sudo update-alternatives --config java</code> |
<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 |
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> |
||