forked from I2P_Developers/i2p.i2p
Bump Java version in docs and installer configs
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
<customProcName>false</customProcName>
|
||||
<icon>resources/console.ico</icon>
|
||||
<jre>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<minVersion>17</minVersion>
|
||||
</jre>
|
||||
<!--
|
||||
<splash>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<customProcName>false</customProcName>
|
||||
<icon>resources/start.ico</icon>
|
||||
<jre>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<minVersion>17</minVersion>
|
||||
<!--
|
||||
<minHeapSize>64</minHeapSize>
|
||||
-->
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
-->
|
||||
|
Reference in New Issue
Block a user