MavenMCP
MavenMCP copied to clipboard
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
help please i tried to load in intellij and this keeps happening
Add "-Djava.library.path=versions/1.8.8/1.8.8-natives/" to your jvm args.
put -Djava.library.path=versions/1.8.8/1.8.8-natives/ into VM arguments
not working, error below.
Hey, I had the error too and found the bug. "versions/1.x.x/1.x.x-natives/" is in the folder "workspace", if you don't specify this folder then it doesn't work. So that you can start the client, it must look like this: "-Djava.library.path=workspace/versions/1.x.x/1.x.x-natives".