英文:
Trying to run mods in minecraft launcher VoidsWrath and i get the error java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
问题
当尝试启动一个模组包时,我遇到了错误 java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
,我认为这导致了 java.lang.ClassNotFoundException: javax.servlet.ServletContextListener
。以下是代码展示:链接
(抱歉使用了 pastebin,但我无法正常使用代码格式)
这似乎是我遇到的唯一错误/问题,我已经尝试在互联网上寻找解决这个问题的方法,但是一无所获(大部分都是关于 Eclipse 的编码网站,而我在 Minecraft 中进行操作),所以现在我来这里寻求帮助。感谢任何帮助。
英文:
(I know close to nothing about coding, just an FYI :))
While trying to launch a modpack, I get the error java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener, which i think leads to java.lang.ClassNotFoundException: javax.servlet.ServletContextListener
Heres the code to show https://pastebin.ubuntu.com/p/4ZCWwgwqNv/
(Sorry for pastebin but i cant get proper code format to work
That seems to be the only error/problem I have, I have tried looking around the internet for how to fix this issue but have gotten nothing (it was all on coding websites like Eclipse, and im doing this on Minecraft) so I have come here now to ask. Thanks for any help.
答案1
得分: 0
我所需要做的就是移除模组“LittleMaidMob”及其相关文件,现在游戏至少似乎可以启动。
英文:
All I had to do was remove the mod LittleMaidMob and it's associated files, now the game appears to at least launch.
专注分享java语言的经验与见解,让所有开发者获益!
评论