diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
| commit | 6bd5f49c412be8edaadc5bc707dcd2a521207da5 (patch) | |
| tree | 53869f51c21e5ae8d99ac18dbf352cb3b5bf524f /README.md | |
| parent | 376bcfd54c08d4408fd8258fe702e60a9ac9cf8f (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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
