Salut,

Pour un projet de développement sur téléphone portable, je cherche à installer tous les outils nécessaires (les apis, plugin eclipse et autres outils).

Mais la première étape consiste à installer j2me wireless toolkit.

J'ai donc téléchargé : j2me_wireless_toolkit-2_2-linux-i386.bin

Quand je l'exécute, il me demande :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Do you agree to the above license terms? [yes or no] yes


No suitable Java interpreter was detected

0) Specify a path to a Java interpreter directory.
1) Cancel this installation.
Select a choice [0-1]: 0

This application requires Java 2 SDK, Standard Edition (1.4 or later). Enter a path to a Java 2 SDK (For example: /user/jdk1.4/bin). You can type "exit" to cancel installation.
Enter a path to the Java 2 SDK: /usr/lib/jvm/java-6-sun
/usr/lib/jvm/java-6-sun/jre
Testing /usr/lib/jvm/java-6-sun/jre...
j2me_wireless_toolkit-2_2-linux-i386.bin: 310: /usr/lib/jvm/java-6-sun/jre: Permission denied
/usr/lib/jvm/java-6-sun is not a suitable Java interpreter
Enter a path to a Java 2 SDK (For example: /user/jdk1.4/bin). You can type "exit" to cancel installation.
Enter a path to the Java 2 SDK:
J'ai essayé en rajoutant bin/, en rajoutant jre/... Toujours le même problème. J'ai bien les droits de lecture et d'exécution sur ce dossier.

Si je lance le .bin en root (enfin en su), c'est pareil...

Une idée?