728x90
반응형
jdk 8버전을 설치하면서 아래와 같은 오류가 발생하여 해결하는 법과 설치법은 간단하게 포스팅하겠습니다.
E: Unable to locate package openjdk-8-jdk
Dockerfile
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && \
apt-get install -y --no-install-recommends default-jre default-jdk
RUN java -version
OpenJDK Downloads
https://www.openlogic.com/openjdk-downloads?page=0
OpenJDK Downloads | Download Java JDK 8, 11, 17, & 21 | OpenLogic
The JDK is the platform for building and deploying Java applications. It is comprised of the JRE (Java Runtime Environment), the JVM (Java Virtual Machine), core class libraries, compilers, debuggers, and documentation.
www.openlogic.com
728x90
반응형