- [LWJGL] Failed to load a library. Possible solutions:
- a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
- b) Add the JAR that contains the shared library to the classpath.
按照经验,这个报错有可能指向两个原因:
1. 你的游戏路径中包含中文和特殊符号,将它们全部改成英文字母试试看;
2. 不排除更换启动器可以解决这个问题的可能性。