On Fri, Sep 4, 2020 at 9:28 AM Pavel Yermolenko <[email protected]> wrote: > > Well ... after executing instructions from "Exploring BeagleBone" and then > installing java-common, java seems well installed: > debian@beaglebone:~$ ls /usr/bin/java* -l > lrwxrwxrwx 1 root root 22 Sep 4 12:46 /usr/bin/java -> /etc/alternatives/java > lrwxrwxrwx 1 root root 23 Sep 4 12:48 /usr/bin/javac -> > /etc/alternatives/javac > debian@beaglebone:~$ java -version > java version "1.8.0_261" > Java(TM) SE Runtime Environment (build 1.8.0_261-b13) > Java HotSpot(TM) Client VM (build 25.261-b13, mixed mode) > debian@beaglebone:~$
I "think" update-alternatives just needs /usr/bin/java to exist, which was solved by java-common.. Then it just updated the symlink when you ran it.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjeyahq0-nFqzRGkWX%2B-AnFKRvVX4RnEt%3DXhiw7Ki%3DOzw%40mail.gmail.com.
