snarlydwarf;496922 Wrote: > Then you really should fix your JRE. My JRE was indeed old / broken. The automated upgrade from Ubuntu jaunty to Ubuntu karmic apparently didn't upgrade sun-java6-bin, and apt-get install --reinstall didn't do the trick, had to apt-get remove:
$ aptitude show $(dpkg -S $(readlink -e $(which java)) | cut -d: -f1) Package: sun-java6-bin State: installed Automatically installed: yes Version: 6-16-0ubuntu1.9.04 Priority: optional Section: non-free/libs Maintainer: Ubuntu MOTU Developers <[email protected]> Uncompressed Size: 82.2M Depends: sun-java6-jre (= 6-16-0ubuntu1.9.04), unixodbc, libc6 PreDepends: debconf (>= 0.5) | debconf-2.0 Recommends: libasound2, libx11-6, libxext6, libxi6, libxt6, libxtst6, libnss-mdns Suggests: binfmt-support Conflicts: binfmt-support (< 1.1.2) Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files) The Sun Java Platform Standard Edition Runtime Environment (JRE) 6 contains the Java virtual machine, runtime class libraries, and Java application launcher that are necessary to run programs written in the Java progamming language. It is not a development environment and doesn't contain development tools such as compilers or debuggers. For development tools, see the Java Development Kit JDK(TM) 6 (package sun-java6-jdk). This package contains architecture dependent files. Homepage: http://java.sun.com/javase/ $ sudo apt-get install --reinstall sun-java6-plugin Reading package lists... Done Building dependency tree Reading state information... Done Reinstallation of sun-java6-plugin is not possible, it cannot be downloaded. ... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ sudo apt-get remove sun-java6-bin ... $ sudo apt-get install sun-java6-bin ... $ dpkg -s $(dpkg -S $(readlink -e $(which java)) | cut -d: -f1) Package: sun-java6-bin Status: install ok installed Priority: optional Section: non-free/java Installed-Size: 80320 Maintainer: Ubuntu Developers <[email protected]> Architecture: amd64 Source: sun-java6 Version: 6-15-1 Depends: sun-java6-jre (= 6-15-1), unixodbc, libc6 Pre-Depends: debconf (>= 0.5) | debconf-2.0 Recommends: libasound2, libx11-6, libxext6, libxi6, libxt6, libxtst6, libnss-mdns Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/java-6-sun/security/java.policy 0e6dc263b1cf008a123c5c4f4532bdaf /etc/java-6-sun/security/java.security 5ea81df9cf4378e9020371208af0b9c7 /etc/java-6-sun/security/cacerts d8fd1ca23ed095ccad47c53197cd77c4 /etc/java-6-sun/management/jmxremote.access f63bea1f4a31317f6f061d83215594df /etc/java-6-sun/management/jmxremote.password 7b46c291e7073c31d3ce0adae2f7554f /etc/java-6-sun/management/management.properties 81a43119ab15099c1d70e2d683fc8c0a /etc/java-6-sun/management/snmp.acl 71a7de7dbe2977f6ece75c904d430b62 /etc/java-6-sun/calendars.properties 875a71d5d7552b5469d5ec4a41d397d2 /etc/java-6-sun/content-types.properties 4128f2c8908bedc62bc49190344fecf8 /etc/java-6-sun/logging.properties 2ebf6417293beb2566a950abc02b07e8 /etc/java-6-sun/sound.properties 4f95242740bfb7b133b879597947a41e /etc/java-6-sun/flavormap.properties d85491fb6911ea9f927055403fa8afbe /etc/java-6-sun/net.properties 19854300cbe8fc2d955111b0b31d0652 /etc/java-6-sun/fontconfig.properties b500852b0ca9e0d5d95696ff26488b60 /etc/java-6-sun/jvm.cfg a3daca3a66b3cfe7ca1d075a593d6dea Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files) The Sun Java Platform Standard Edition Runtime Environment (JRE) 6 contains the Java virtual machine, runtime class libraries, and Java application launcher that are necessary to run programs written in the Java progamming language. It is not a development environment and doesn't contain development tools such as compilers or debuggers. For development tools, see the Java Development Kit JDK(TM) 6 (package sun-java6-jdk). . This package contains architecture dependent files. Original-Maintainer: Debian QA Group <[email protected]> Homepage: http://java.sun.com/javase/ $ java -jar SoftSqueeze.jar [no hang this time] (I ran aptitude show rather than dpkg -s the first time, but I believe 6-16-0ubuntu1.9.04 was in fact the version installed) -- dial ------------------------------------------------------------------------ dial's Profile: http://forums.slimdevices.com/member.php?userid=35062 View this thread: http://forums.slimdevices.com/showthread.php?t=72771 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
