F
F
fdkur342018-11-22 15:33:43
Java
fdkur34, 2018-11-22 15:33:43

Why are there errors when installing java-alternatives?

I want JDK11 to be selected, by default, manually. I enter the command:

sudo update-java-alternatives --list

java-1.11.0-openjdk-amd64      1111       /usr/lib/jvm/java-1.11.0-openjdk-amd64
java-1.8.0-openjdk-amd64       1081       /usr/lib/jvm/java-1.8.0-openjdk-amd64

Next, I choose java 11 and errors begin to pour in.

sudo update-java-alternatives --set java-1.11.0-openjdk-amd64 --verbose

resetting java alternatives
update-alternatives: ошибка: нет альтернатив для appletviewer
update-alternatives: ошибка: нет альтернатив для extcheck
update-alternatives: ошибка: нет альтернатив для idlj
update-alternatives: ошибка: нет альтернатив для javah
update-alternatives: ошибка: нет альтернатив для jhat
update-alternatives: ошибка: нет альтернатив для jsadebugd
update-alternatives: ошибка: нет альтернатив для mozilla-javaplugin.so
update-alternatives: ошибка: нет альтернатив для native2ascii
update-alternatives: ошибка: нет альтернатив для policytool
update-alternatives: ошибка: нет альтернатив для schemagen
update-alternatives: ошибка: нет альтернатив для wsgen
update-alternatives: ошибка: нет альтернатив для wsimport
update-alternatives: ошибка: нет альтернатив для xjc

I suspect there are no alternatives because these components are simply not in the new java, but then where did they come from?
Debian OS.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
fdkur34, 2018-11-25
@fdkur34

Answered here

A
AVKor, 2018-11-22
@AVKor

It is better to use from Orakla. Install the package make-jpkgand build the JDK / JRE deb package from the official tarball (one command is done).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question