LLibrary icon indicating copy to clipboard operation
LLibrary copied to clipboard

crashing on start up.

Open colegomax opened this issue 5 years ago • 8 comments

Hi. I'm having this issue whenever I load up eclipse with llibrary. https://pastebin.com/aaTEnbhP thanks.

colegomax avatar May 06 '19 22:05 colegomax

try adding it to your java build path in eclipse libraries. And throw the jar inside of your libs folder in your root mdk

jredfox avatar May 09 '19 16:05 jredfox

try adding it to your java build path in eclipse libraries. And throw the jar inside of your libs folder in your root mdk

okay, I put the .jar of the mod in the libs folder, how do I add it to my java build path? Is it under "referenced libraries"? If so, I already did that.

colegomax avatar May 09 '19 21:05 colegomax

Having same issue. Has solution been found?

Lea9ue avatar Sep 11 '19 05:09 Lea9ue

How are you adding the dependency to your build.gradle? Recommended is deobfCompile with the obf-jar

Gegy avatar Sep 11 '19 15:09 Gegy

How are you adding the dependency to your build.gradle? Recommended is deobfCompile with the obf-jar

adding the copy-paste form the description page. So at the end of the build.gradle - repositories { maven { url "https://maven.mcmoddev.com/" } } dependencies { deobfCompile "net.ilexiconn:llibrary:1.7.19-1.12.2" } This is all I did for now. llibrary is showing under Reference Libraries. but when I run the mod I am getting same error as OP

Lea9ue avatar Sep 11 '19 16:09 Lea9ue

java.lang.NoClassDefFoundError: net/ilexiconn/llibrary/server/core/api/LLibraryCoreAPI this is the error. If you look at all the branches up to 1.12.1 they all included net/ilexiconn/llibrary/server/core/ . at 1.12.2 it disappears for some reason. Could this be the issue??

Lea9ue avatar Sep 11 '19 21:09 Lea9ue

It's extracted into another dependency which is contained within the LLibrary jar file and supposed to be extracted by Forge. Check the logs for any mention of something around that

Gegy avatar Sep 12 '19 13:09 Gegy

Also having this issue. There doesn't seem to be anything in the log, but I'm not experienced: https://pastebin.com/9ny4XYCq

ASangarin avatar Jan 06 '20 20:01 ASangarin