Java 1.4 0 [new] - Download

FROM debian:9 (or older) RUN apt-get update && apt-get install -y wget tar RUN wget --no-check-certificate [URL-to-jdk-1.4-linux-i586.tar.gz] RUN tar -xzf jdk-1_4_0_XX-linux-i586.tar.gz -C /usr/local/ ENV JAVA_HOME=/usr/local/jdk1.4.0 ENV PATH=$JAVA_HOME/bin:$PATH

. If you do not have one, you can register for free on their site. Key Download Variants JDK (Java Development Kit) java 1.4 0 download

If you cannot use the Oracle archive, some third-party sites host these legacy files, though they are not officially supported OldVersion.com : Provides Java Platform Runtime 1.4.0 for Windows. Archive.org : Hosts the Java Runtime Environment 1.4 for archival purposes. OldVersion Important Security Note: FROM debian:9 (or older) RUN apt-get update &&

: If possible, migrate your applications to run on a current version of Java. This not only improves security but also allows you to take advantage of performance improvements and new features. Archive

Various software preservation sites and GitHub