Also, in order to make jameica use java8 on systems where it is installed, you could patch the starter like so:
if [ -d /usr/lib/jvm/java-8-openjdk/bin/ ]; then export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH fi
That would help people who usually use a newer java version but would still like to also use mashup (which is still stuck at java 8).
Pinned Comments
fordprefect commented on 2020-03-06 08:28 (UTC) (edited on 2022-05-10 09:33 (UTC) by fordprefect)
In case of unknown PGP key run
gpg --receive-keys 5A8ED9CFC0DB6C70
Due to widespread keyserver rot the use of
keys.openpgp.org
is encouraged, e.g. by addingkeyserver keys.openpgp.org
to your~/.gnupg/gpg.conf
.