MavenMCP icon indicating copy to clipboard operation
MavenMCP copied to clipboard

Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path

Open PhasePlanetz opened this issue 3 years ago • 3 comments

help please i tried to load in intellij and this keeps happening

PhasePlanetz avatar Aug 07 '22 04:08 PhasePlanetz

Add "-Djava.library.path=versions/1.8.8/1.8.8-natives/" to your jvm args.

iSTeeWx avatar Aug 10 '22 16:08 iSTeeWx

put -Djava.library.path=versions/1.8.8/1.8.8-natives/ into VM arguments Screenshot 2023-07-16 084837 not working, error below. Screenshot 2023-07-16 084852

Catsef avatar Jul 16 '23 00:07 Catsef

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".

CraftDev222 avatar Aug 07 '23 10:08 CraftDev222