/伤寒-0.9.2/桶$./伤寒
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!
发布于 2021-12-02 16:24:06
安装和设置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
https://askubuntu.com/questions/1145992
复制相似问题