Skip to content

Commit

Permalink
Java21に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Dec 31, 2023
1 parent 020061d commit 8150a13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description of the modified version
------------
This is a fork version that aims to be close to the EPUB of the JASRAC. When using Aozora Epub 3 for electronic publishing purposes, the original version may not pass the review. Through EPUB validation, we ensure that many EPUB viewers have no display problems.

Due to a Java licensing issue, we decided to build with the AdoptOpenJDK. https://adoptopenjdk.net/releases.html OpenJDK 11 (LTS), HotSpot, OS, and Install JRE.
Due to a Java licensing issue, we decided to build with the AdoptOpenJDK. https://adoptopenjdk.net/releases.html OpenJDK 21 (LTS), HotSpot, OS, and Install JRE.


Downloads
Expand Down Expand Up @@ -34,7 +34,7 @@ Abnormalities in comments, notes that are not supported, and private characters

System Requirements
------------
Java 17 and later system requirements (http://www.java.com/ja/)
Java 21 and later system requirements (http://www.java.com/ja/)
AdoptOpenJDK (https://adoptium.net/temurin/releases/)

Windows XP or later works with Ubuntu Mac OS X.
Expand All @@ -49,7 +49,7 @@ Unzip AozoraEpub3 -*. zip to any folder.
Double-click AozoraEpub3.jar to run it.
or "java -jar AozoraEpub3.jar" from the console.
* If java is not visible, specify the full path.
Example: "C:\Program Files\Eclipse Adoptium\jre-17.0.7.7-hotspot\bin/java.exe/java.exe" -jar AozoraEpub3.jar
Example: "C:\Program Files\Eclipse Adoptium\jre-21.0.1.12-hotspot\bin/java.exe" -jar AozoraEpub3.jar

#### EPUB convert
Aozora Bunko text file (Extension txt or zip) to be converted into the displayed applet
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ Read this in other languages: [English](https://github.com/kyukyunyorituryo/Aozo

動作環境
------------
Java 17 以降のOpenJDK https://adoptium.net/temurin/releases/
Java 17 以降のOpenJDKでJava 21を推奨 https://adoptium.net/temurin/releases/

Javaライセンスの問題からAdoptiumでビルドすることにします。Oracle JAVAまたは、OpenJDKを利用してください。
Javaライセンスの問題からAdoptiumでビルドすることにします。Oracle JAVAまたは、OpenJDKを利用してください。AdoptiumのJavaではインストール時にパスが通るので使いやすい。

https://adoptium.net/temurin/releases/
Windowsの場合はOperating System:Windows、Architecture:x64、Package Type:JRE、Version:17を選んでインストールしてください。今後さらに新しくする場合もあります。

 Linux版のkindlegenの配布が終了されました。そのため、mobiの変換はLinuxではできなくなりました。
Windowsの場合はOperating System:Windows、Architecture:x64、Package Type:JRE、Version:21を選んでインストールしてください。今後さらに新しくする場合もあります。

 Linux版のkindlegenの配布が終了されました。そのため、mobiへの変換はLinuxではできなくなりました。


使い方
Expand All @@ -80,7 +81,7 @@ Windowsの場合はOperating System:Windows、Architecture:x64、Package Typ

 ※javaが見えなければフルパスで指定

  例: "C:\Program Files\Eclipse Adoptium\jre-17.0.7.7-hotspot\bin/java.exe" -jar AozoraEpub3.jar
  例: "C:\Program Files\Eclipse Adoptium\jre-21.0.1.12-hotspot\bin/java.exe" -jar AozoraEpub3.jar

#### 変換
 表示されたアプレットに、変換したい青空文庫テキストファイル(拡張子txtまたはzip)
Expand Down
5 changes: 1 addition & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ https://github.com/hmdev/AozoraEpub3 をもとにしたフォーク版です
-----------------------------------------------------------------------------------------
JAVAのインストール
https://adoptium.net/temurin/releases/
Windowsの場合はOperating System:Windows、Architecture:x64、Package Type:JRE、Version:17を選んでインストールしてください
Windowsの場合はOperating System:Windows、Architecture:x64、Package Type:JRE、Version:21を選んでインストールしてください

Windows Ubuntu MacOSX で動作確認済

 Linux版のkindlegenの配布が終了されました。そのため、mobiの変換はLinuxではできなくなりました。
 Apple Silicon M1では、下記記事を参考にAzul Zulu Javaのarm64を入れてください。

https://qiita.com/shibukawa/items/797b7cbb7e530842e6f7

AozoraEpub3-*.zip を任意のフォルダに解凍します。
-----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 8150a13

Please sign in to comment.