mardi 2 mars 2010

[Zend Studio] java.lang.IllegalArgumentException: Malformed \uxxxx encoding.

Aujourd'hui en tentant d'installer Zend Studio 7.1.1 sur ma debian squeeze, j'ai eu une petite erreur.

(19:14)romain@laptop-de-lermit:~>sudo Logiciel/ZendStudio7_1_1.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

An internal LaunchAnywhere application error has occured and this application cannot proceed. (LAX)

Stack Trace:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Unknown Source)
at java.util.Properties.load(Unknown Source)
at com.zerog.common.java.util.PropertiesUtil.loadProperties(DashoA8113)
at com.zerog.lax.LAX.(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)


Ceci est dut à votre variable PS1 qui contient sûrement "\u" (représentant votre username).

Pour résoudre l'erreur il suffit de faire ceci


PS1=">"
sudo ./ZendStudio7_1_1.bin


Au prochain redémarrage de votre terminal votre prompt redeviendra normal.

Aucun commentaire:

Enregistrer un commentaire