| 238 | Please ensure you are always using the REAL JAVA SUN STACK, on both server (agent) and client (gui). |
| 239 | I lost two hour trying to figure out why I couldn't not add any remote server in my client before finding my JRE was the OpenJDK one. |
| 240 | {{{ |
| 241 | gandalf@thrall:~$ sudo LANG=C update-alternatives --config java |
| 242 | There are 3 choices for the alternative java (providing /usr/bin/java). |
| 243 | |
| 244 | Selection Path Priority Status |
| 245 | ------------------------------------------------------------ |
| 246 | 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode |
| 247 | 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode |
| 248 | * 2 /usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode |
| 249 | 3 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 manual mode |
| 250 | }}} |
| 251 | |