WoN-Hackathon-2019 / Information

Repository for general information, documentation and overall comments
Creative Commons Zero v1.0 Universal
2 stars 4 forks source link

blazegraph does not work with java 11 #3

Open HNieme opened 4 years ago

HNieme commented 4 years ago

Blazegraph does not work with Java 11 and Java 8 (with which it seems to work) is not available on the debian buster/10 repositories.

quasarchimaere commented 4 years ago

since we currently rely on (open)jdk8 it is kind of important that you use it, i found this so-thread, maybe that will help: https://stackoverflow.com/questions/57031649/how-to-install-openjdk-8-jdk-on-debian-10-buster

fkleedorfer commented 4 years ago

You may want to try https://adoptopenjdk.net/installation.html#x64_linux-jdk

fkleedorfer commented 4 years ago

https://installvirtual.com/install-java-8-on-debian-10-buster/

philprime commented 4 years ago

I decided to use this docker image.

It should work out of the box, using the commands in the top of the README and afterwards you can simply connect to it using http://localhost:8889/bigdata/#splash

tyriis commented 4 years ago

This issue is related to blazegraph see: https://github.com/blazegraph/database/issues/89

I consider to close it because: it is not related to the project and there exist a solution (docker). (Container technology 4 the future)