帮忙看一下这个报错
java吧
全部回复
仅看楼主
level 1
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/authlib/AuthenticationService
at net.minecraft.client.main.Main.main(SourceFile:38)
Caused by: java.lang.ClassNotFoundException: com.mojang.authlib.AuthenticationService
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 1 more
(本人用写了一个minecraft启动器遇到的报错)
2023年02月05日 13点02分 1
level 1
找不到类定义信息
2023年02月05日 13点02分 2
level 1
加载不到这个类
2023年02月05日 13点02分 3
level 5
找不到类,你看看出错的那调对了没
2023年02月05日 13点02分 5
1