summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2023-08-31 17:52:30 +0200
committerMichael Peter Christen <mc@yacy.net>2023-08-31 17:52:30 +0200
commit6bd5f49c412be8edaadc5bc707dcd2a521207da5 (patch)
tree53869f51c21e5ae8d99ac18dbf352cb3b5bf524f /README.md
parent376bcfd54c08d4408fd8258fe702e60a9ac9cf8f (diff)
Migrated from java 8 to java 11. This step is required to upgrade certain packages, most important solr which will be migrated from 8.9 to 9.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2e9921b1..cd7effafa 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ All these have (YaCy) search functionality combining all these locations into on
## Dependencies? What other software do I need?
-You need Java 1.8 or later to run YaCy. (No Apache, Tomcat or MySQL or anything else)
+You need Java 11 or later to run YaCy. (No Apache, Tomcat or MySQL or anything else)
YaCy also runs on IcedTea 3.
See https://icedtea.classpath.org
@@ -178,7 +178,7 @@ git clone https://github.com/yacy/yacy_search_server
```
Compiling YaCy:
-- You need Java 1.8 and ant
+- You need Java 11 and ant
- See `ant -p` for the available ant targets
```
ant clean dist