E Envies New member Joined Jun 27, 2022 Messages 2 Reaction score 1 Points 0 Jul 29, 2022 #1 hello, i open eclipse, i press run, but i get such an error, what is the solution?
Groax Member Joined Sep 23, 2020 Messages 42 Reaction score 11 Points 8 Jul 29, 2022 #2 download lwjgl.exe and put into C:/Windows/System32 directory
Polar New member Joined Jul 9, 2020 Messages 18 Reaction score 4 Points 3 Jul 29, 2022 #3 The problem is that the java compiler can't find the library lwjgl in the library path. To fix that you have to add jvm option Code: -Djava.library.path="versions/1.8.8/1.8.8-natives/" How to add jvm option in eclipse https://stackoverflow.com/questions...jvm-arguments-for-programs-i-run-from-eclipse And your working directory should be in your_minecraft_client_path/jars/ https://stackoverflow.com/questions...ng-directory-for-an-eclipse-run-configuration
The problem is that the java compiler can't find the library lwjgl in the library path. To fix that you have to add jvm option Code: -Djava.library.path="versions/1.8.8/1.8.8-natives/" How to add jvm option in eclipse https://stackoverflow.com/questions...jvm-arguments-for-programs-i-run-from-eclipse And your working directory should be in your_minecraft_client_path/jars/ https://stackoverflow.com/questions...ng-directory-for-an-eclipse-run-configuration
E Envies New member Joined Jun 27, 2022 Messages 2 Reaction score 1 Points 0 Jul 30, 2022 #4 thank you all fixed problem )
Krypton Administrator Staff member Administrator Moderator Developer Joined Dec 24, 2021 Messages 47 Reaction score 28 Points 18 Website krypton.ninja Jul 30, 2022 #5 // Locked