23
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JDK 1.0 (Java 1.0.2) を入手したので、GitHub に置いておきました。

Last updated at Posted at 2021-02-12

(この記事は 地平線に行く とのマルチポストです)

JDK 1.0 (Java 1.0.2) を入手したので、GitHub に置いておきました。
https://github.com/YujiSoftware/JDK1.0

なんと、Windows 10 上でも動きます。
あと、src.zip も展開して置いた ので、GitHub 上で読めます。

Java 考古学者のみなさま、ぜひご活用ください!

入手の経緯

前々から Java 1.0 を触ってみたいなーと思っていたのですが、Oracle の Java Archive にはなぜか Java 1.1 以降しか置いてありませんでした。

ところが、最近になってぐぐってみたら Reddit にこんな書き込みがあるのを発見しました。

On archive.org, I found Java Starter Kit 1.1 + JDK 1.0, which is a disc image of a CD that accompanied a book, and apparently includes JDK 1.0. I haven't check it myself though. It looks like you'll need something that can read an MDF file to view the disc image.
Download of Java 1.0.2 : java

この書き込みに沿って、Internet Archive からイメージファイルをダウンロードし、展開したところ無事に Java 1.0 を入手できました。

再配布していいの?

展開したファイルの COPYRIGHT を読むとこんな記載がありました。

Sun grants to you ("Licensee") a non-exclusive, non-transferable license to use the HotJava and Java binary code versions (hereafter, "Binary Software") without fee. Licensee may distribute the Binary Software to third parties provided that the copyright notice and this statement appear on all copies.

Sun は、Hot Java および Java のバイナリコードバージョン(以下、「バイナリソフトウェア」)を無料で使用するための非独占的で譲渡不可能なライセンスをお客様(「ライセンシー」)に付与します。ライセンシーは、著作権表示とこの声明がすべてのコピーに記載されている場合に限り、バイナリソフトウェアを第三者に配布することができます。

JDK1.0/COPYRIGHTon GitHub

ということで、COPYRIGHT を含めれば1再配布しても問題ないようです。

23
19
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
23
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?