StendhalLocalhostServerOnLinux: Difference between revisions
Content deleted Content added
imported>Madmetzger |
imported>Hendrik Brummermann Java 7 required |
||
Line 45:
== Choosing the Java Virtual Machine ==
Stendhal works with OpenJDK or
For Sun Java: Use your Package manager to download '''OpenJDK
java -version
and if you see anything other than the new java you just installed, then you need to update the java used. At a command line, type
Line 53:
(using sudo if you are an ubuntu user, or as root if you are another linux user) which should give you output something like this:
*''java-1.
*''java-gcj 1042 /usr/lib/jvm/java-gcj''
*''java-
now, lets say you want to use the ''java-
update-java-alternatives --set java-
Now run
java --version
| |||