/gephi-0.9.2/bin$ ./gephi
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/herdeirodocaos/gephi-0.9.2/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 112: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
答案1
安装和设置 Java 8 为我解决了这个问题
下列的https://docs.datastax.com/en/jdk-install/doc/jdk-install/installOpenJdkDeb.html
检查系统的 Java 版本
sudo update-java-alternatives --list
安装 Java 8
sudo apt-get install openjdk-8-jdk
设为备选
sudo update-java-alternatives --set java-1.8.0-openjdk-amd64