crashing on start up.
colegomax opened this issue ยท 8 comments
Hi. I'm having this issue whenever I load up eclipse with llibrary.
https://pastebin.com/aaTEnbhP
thanks.
try adding it to your java build path in eclipse libraries. And throw the jar inside of your libs folder in your root mdk
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.
Also having this issue.
There doesn't seem to be anything in the log, but I'm not experienced:
https://pastebin.com/9ny4XYCq
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
How are you adding the dependency to your build.gradle
? Recommended is deobfCompile
with the obf-jar
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??