Il giorno sab, 24/12/2011 alle 17.05 +0100, Giuseppe Sacco ha scritto: > Il giorno ven, 23/12/2011 alle 16.56 +0100, Matthias Klose ha scritto: > [...] > > > agenzia-412:/opt/neos# update-java-alternatives --list > > > java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk > > > agenzia-412:/opt/neos# ls -l /usr/bin/java /etc/alternatives/java > > > lrwxrwxrwx 1 root root 40 22 dic 17.24 /etc/alternatives/java -> > > > /usr/lib/jvm/java-6-openjdk/jre/bin/java > > > lrwxrwxrwx 1 root root 22 23 dic 12.39 /usr/bin/java -> > > > /etc/alternatives/java > > > agenzia-412:/opt/neos# java -version > > > Error: no `client' JVM at > > > `/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/client/libjvm.so'. > > > > does java -server -version work? > > did you edit /etc/java-6-openjdk/jvm.cfg?
Here is the content of jvm.cfg: -client IF_SERVER_CLASS -server -server KNOWN -hotspot ALIASED_TO -client -classic WARN -native ERROR -green ERROR -cacao ERROR -zero ERROR -shark ERROR This was taken from an i386 system. Replacing this file with version from amd64 architecture solved the problem. Thank you very much, Giuseppe _______________________________________________ Mailing list: https://launchpad.net/~openjdk Post to : [email protected] Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

