Comment 12 for bug 182971

Revision history for this message
2F (lhuile) wrote :

Same probleme, it's broken link, check your /usr/bin/javaws link to see if he's broken.
Solve it by :

sudo update-java-alternatives --set sun-6-java

means that update the /etc/alternatives/"java & co" (which are links too)
where sun-6-java is a link to the last version (java-6-sun-1.6.0.06).
I dont know why this problem is not solve i found myself the broken link and the command on the web.
Java isn't open source i think, it comes because of that.

2F