Bump Java version in docs and installer configs

This commit is contained in:
zzz
2025-06-03 13:10:43 -04:00
parent f2d2652ba6
commit fa9f1fd07c
8 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ To uninstall I2P:
rm -rf $I2PInstallDir ~/.i2p
Supported JVMs:
All platforms: Java 1.8 or higher required
All platforms: Java 17 or higher required
Windows: OpenJDK or Oracle from http://java.com/download
Linux: OpenJDK or Oracle from http://java.com/download
FreeBSD: OpenJDK or Oracle from http://java.com/download

View File

@ -1,7 +1,7 @@
I2P source installation instructions
Prerequisites to build from source:
Java SDK (preferably Oracle or OpenJDK) 8 or higher
Java SDK (preferably Oracle or OpenJDK) 17 or higher
Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6
Apache Ant 1.9.8 or higher
@ -65,7 +65,7 @@ To uninstall I2P:
rm -rf $I2PInstallDir ~/.i2p
Supported JVMs:
All platforms: Java 1.8 or higher required
All platforms: Java 17 or higher required
Windows: Latest available from http://java.com/download
Linux: Latest available from http://java.com/download
Other operating systems and JVMs: See https://geti2p.net/download

View File

@ -27,7 +27,7 @@ To get development branch from source control: [https://geti2p.net/newdevelopers
### Prerequisites
- Java SDK (preferably Oracle or OpenJDK) 8 or higher
- Java SDK (preferably Oracle or OpenJDK) 17 or higher
- Non-linux operating systems and JVMs: See [https://trac.i2p2.de/wiki/java](https://trac.i2p2.de/wiki/java)
- Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel)
require only Java 6

View File

@ -1,5 +1,5 @@
Prerequisites to build from source:
Java SDK (preferably Oracle or OpenJDK) 8 or higher
Java SDK (preferably Oracle or OpenJDK) 17 or higher
Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 6
Apache Ant 1.9.8 or higher

View File

@ -7,7 +7,7 @@
<customProcName>false</customProcName>
<icon>resources/console.ico</icon>
<jre>
<minVersion>1.8.0</minVersion>
<minVersion>17</minVersion>
</jre>
<!--
<splash>

View File

@ -7,7 +7,7 @@
<customProcName>false</customProcName>
<icon>resources/start.ico</icon>
<jre>
<minVersion>1.8.0</minVersion>
<minVersion>17</minVersion>
<!--
<minHeapSize>64</minHeapSize>
-->

View File

@ -9,7 +9,7 @@
<author name="I2P" email="https://geti2p.net/"/>
</authors>
<url>https://geti2p.net/</url>
<javaversion>1.8</javaversion>
<javaversion>17</javaversion>
<!-- use pack200 compression, saves about 33%
see http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html

View File

@ -15,7 +15,7 @@
<author name="I2P" email="https://geti2p.net/"/>
</authors>
<url>https://geti2p.net/</url>
<javaversion>1.8</javaversion>
<javaversion>17</javaversion>
<!-- adding this element will make the installer attempt to launch itself with administrator permissions,
-->