Install java on BBB

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 *.gz
-rw-r–r-- 1 debian debian 4567 Sep 4 12:16 jdk-8u261-linux-arm32-vfp-hflt.tar.gz

The size doesn’t correspond to that, announced on this java download page, which is about 73Mb.

Where I went wrong ?

Thanks.

You tried to use oracle’s server…

Use a mirror…

https://oraclemirror.np.gy/jdk8/

Works.
Thanks !