Sebastian Rose <[EMAIL PROTECTED]> writes:

> OK, fixed.
>
>
> I did NOT have to adjust all the /etc/alternatives/java* stuff.
>
> Just java and javac have been changed on some updating or installation
> of packages depending on the free java stuff.
>
>
> sh$ cd /etc/alternatives/
> sh$ rm java
> sh$ ln -s /usr/lib/jvm/java-6-sun/bin/java java
> sh$ rm javac
> sh$ ln -s /usr/lib/jvm/java-6-sun/bin/javac javac

This is a better way to update the alternatives

# update-alternatives --config java

and you pick from the provided alternatives.  It updates multiple links
as required.

-Bernt


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to