Kirjoittaja Aihe: java jre + ääkköset  (Luettu 9304 kertaa)

L.General

  • Käyttäjä
  • Viestejä: 102
  • When you are going thru hell, don't stop.
    • Profiili
Re: java jre + ääkköset
« Vastaus #20 : 28.11.06 - klo:15.37 »
Mulla oli ongelma joka koski javan peliapplettia. Laitoin viestiä ylläpidolle ja asia ratkesi.

Supportista vastattiin näin:

This is a Linux character conversion issue.
You will need to tell the applet that it should assume that connections to the server should use ISO-8859-1 instead of UTF-8 to communinicate with. This is a step-by-step guide using Ubuntu 6.06 LTS, sun-java 1.5.0_06.

1: In the top menu, select System -> Preferences -> Sun Java 5.0 Plugin Control Panel
2: Select the Java Tab
3: In the 'Java Applet Runtime Settings' click the 'View...' button
4: Double click the 'Java Runtime Parameters' table entry for the Product Name 'JRE', Version '1.5.0_06', to begin text entry.
5: Type: -Dfile.encoding=ISO-8859-1
6: Press OK and exit the control panel

Ja nyt toimii.