Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Pavel Yermolenko
Probably. Thanks. On Friday, September 4, 2020 at 4:32:41 PM UTC+2, RobertCNelson wrote: > > On Fri, Sep 4, 2020 at 9:28 AM Pavel Yermolenko > wrote: > > > > Well ... after executing instructions from "Exploring BeagleBone" and > then installing java-common, java seems well installed: > > deb

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Robert Nelson
On Fri, Sep 4, 2020 at 9:28 AM Pavel Yermolenko 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/alt

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Pavel Yermolenko
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

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Robert Nelson
On Fri, Sep 4, 2020 at 9:09 AM Pavel Yermolenko wrote: > > OpenJDK (Open Java Development Kit) > With java-common I can run java files, so probably I'll not need OpenJDK OpenJDK provides /usr/bin/java Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Pavel Yermolenko
*OpenJDK (Open Java Development Kit) * With *java-common *I can run java files, so probably I'll not need *OpenJDK * *... that book is sitting at work an hour away.. * Sorry, here I didn't understand what you mean. On Friday, September 4, 2020 at 3:58:31 PM UTC+2, RobertCNelson wrote: > > On Fr

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Robert Nelson
On Fri, Sep 4, 2020 at 8:51 AM Pavel Yermolenko wrote: > > Revision 1 or Revision 2 of the book? > 2nd and as i asked that, i remembered, that book is sitting at work an hour away.. > > sudo apt install java-common > Works ! Thanks. > BTW it installs "openjdk" ? OpenJDK (Open Java Development K

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Pavel Yermolenko
*Revision 1 or Revision 2 of the book? * 2nd *sudo apt install java-common* Works ! Thanks. BTW it installs "openjdk" ? On Friday, September 4, 2020 at 3:42:26 PM UTC+2, RobertCNelson wrote: > > On Fri, Sep 4, 2020 at 7:59 AM Pavel Yermolenko > wrote: > > > > Hello, > > > > According to the

Re: [beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Robert Nelson
On Fri, Sep 4, 2020 at 7:59 AM Pavel Yermolenko wrote: > > Hello, > > According to the book Exploring BeagleBone (Derek Molloy), the instructions > to install java on BBB are as follows: Revision 1 or Revision 2 of the book? > > debian@beaglebone:~$ sudo update-alternatives --install /usr/bin/j

[beagleboard] Install Java on BBB - another issue

2020-09-04 Thread Pavel Yermolenko
Hello, According to the book Exploring BeagleBone (Derek Molloy), the instructions to install java on BBB are as follows: debian@beaglebone:~$ sudo update-alternatives --install /usr/bin/java java /opt/java-jdk/jdk1.8.0_261/bin/java 1 debian@beaglebone:~$ sudo update-alternatives --install /usr

Re: [beagleboard] Install java on BBB

2020-09-04 Thread Pavel Yermolenko
Works. Thanks ! On Friday, September 4, 2020 at 2:35:44 PM UTC+2, RobertCNelson wrote: > > > > On Fri, Sep 4, 2020, 7:30 AM Pavel Yermolenko > wrote: > >> Hello, >> >> Upon executing this instruction: >> curl -LOb "oraclelicense=a" >> https://www.oracle.com/webapps/redirect/signon?nexturl=https:

Re: [beagleboard] Install java on BBB

2020-09-04 Thread Robert Nelson
On Fri, Sep 4, 2020, 7:30 AM Pavel Yermolenko wrote: > Hello, > > Upon executing this instruction: > curl -LOb "oraclelicense=a" > https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b13/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-linux-arm32-vfp-h

[beagleboard] Install java on BBB

2020-09-04 Thread Pavel Yermolenko
Hello, Upon executing this instruction: curl -LOb "oraclelicense=a" https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b13/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-linux-arm32-vfp-hflt.tar.gz I get this archive file: an@beaglebone:~$ ls -l *.g