LLibrary

LLibrary

67M Downloads

crashing on start up.

colegomax opened this issue ยท 8 comments

commented

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

commented

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

commented

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.

commented

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

commented

Having same issue. Has solution been found?

commented

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

commented

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

commented

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??

commented

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