[Bug 256477] cannot install java/openjdk11

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 04 Jul 2021 20:45:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256477

--- Comment #10 from Klaus Küchemann <maciphone2@googlemail.com> ---
(In reply to Mikael Urankar from comment #9)

<<Are you using the official binary package for the bootstrap?>>
..

@lumiwa : to be sure you have the correct bootstrap-version in your search path
 you can do the following :
-1.
root@freebsd:~ # wget
https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/bootstrap-openjdk11-11.0.5.10.1.txz

.... - 'bootstrap-openjdk11-11.0.5.10.1.txz' saved [103071984/103071984]

-2. 
root@freebsd:~ # xz -d bootstrap-openjdk11-11.0.5.10.1.txz

-3.
root@freebsd:~ # tar xvf bootstrap-openjdk11-11.0.5.10.1.tar

-4.
root@freebsd:~ # mv usr/local/bootstrap-openjdk11/
/usr/local/bootstrap-openjdk11/

-5.
repeat command /usr/local/bootstrap-openjdk11/bin/java -version (and please
post it here again) - it should print:

root@freebsd:~ # /usr/local/bootstrap-openjdk11/bin/java -version
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment (build 11.0.5+10-1)
OpenJDK 64-Bit Server VM (build 11.0.5+10-1, mixed mode)
--

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.