|
|
@ -176,6 +176,13 @@ Search 'Openjdk' in https://www.debian.org/distrib/packages, find the `openjdk-$
|
|
|
|
download it, extract it with `dpkg -x $PACKAGE ./` and move `./usr/share/doc/openjdk-16-jre-headless/api/`
|
|
|
|
download it, extract it with `dpkg -x $PACKAGE ./` and move `./usr/share/doc/openjdk-16-jre-headless/api/`
|
|
|
|
to `path/to/devdocs/docs/openjdk~$VERSION`
|
|
|
|
to `path/to/devdocs/docs/openjdk~$VERSION`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
curl http://ftp.at.debian.org/debian/pool/main/o/openjdk-19/openjdk-19-doc_19+36-2_all.deb &&
|
|
|
|
|
|
|
|
tar xf openjdk-19-doc_19+36-2_all.deb
|
|
|
|
|
|
|
|
tar xf data.tar.xz
|
|
|
|
|
|
|
|
mv ./usr/share/doc/openjdk-19-jre-headless/api/ path/to/devdocs/docs/openjdk~$VERSION
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
If you use or have access to a Debian-based GNU/Linux distribution you can run the following command:
|
|
|
|
If you use or have access to a Debian-based GNU/Linux distribution you can run the following command:
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
apt download openjdk-$VERSION-doc
|
|
|
|
apt download openjdk-$VERSION-doc
|
|
|
|