Entries Tagged as ''

Probleme mit 32 Bit Java Applikationen auf 64 Bit Systemen

Scheinbar haben gewisse Java-Applikationen Probleme mit x86-64 GNU/Linux-Distributionen. Mich traf es, als ich die diesjährige Version des Steuern-Programmes auf Ubuntu 8.04.2 amd64 (Hardy Heron aka der gehärtete Reiher ;-). Zum Glück fand aber bereits jemand eine Lösung für das Problem. Man muss einfach noch die 32-Bit-Java-Version installieren und zum System-Standard machen:

clipped from forum.frostwire.com

Re: after upgrading to Ubuntu 8.04 frostwire is not starting.

by xbj9000 on Fri May 16, 2008 3:13 pm

I have a solution for those of us running 64 bit systems:

sudo apt-get install ia32-sun-java6-bin
sudo update-alternatives --config java

Then choose the ia32 version of Java 6.