关于jansijava的信息

博主:adminadmin 2022-12-02 09:03:05 83

本篇文章给大家谈谈jansijava,以及对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录一览:

java出错!!求助!

这是个外国网站的solution:

内容是:

Full error:

java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.kernel32

at org.fusesource.jansi.internal.WindowsSupport.getConsoleModeWindowsSupport.java:50

at jline.WindowsTerminal.getConsoleModeWindowsTerminal.java:176

at jline.WindowsTerminal.initWindowsTerminal.java"80

at jline.TerminalFactory.createTerminalfactory.java:93

at jline.TerminalFactory.getTerminalFactory.java:151

at jline.console.ConsoleReader.initConsoleReader.java:140

at jline.console.ConsoleReader.initConsoleReader.java::126

at net .minecraft.server.MinecraftServer.initMinecraftServer.java:94

at net.minecraft.server.MinecraftServer.mainMinecraftServer.java:624

at org.bukkit.craftbukkit.Main.mainMain:136

Press any key to continue . . .

This error is caused by you not having Visual C++ 2008 Redistributable installed, or having the wrong version installed that matches your Java version.

The version of Visual C++ 2008 Redistributable (x64 or x86) must match the version of Java you are using. If you are using Java x86 and have Visual C++ 2008 Redistributable x64 installed, it will not work. You must either use Java x64, or install Visual C++ 2008 Redistributable x86.

Alternatively, add in the -nojline option which turns off jline.

翻译过来的的大概意思就是:

你Visual C++ 2008 Redistributable没装,或者版本不对。

你的Java和那么Visual C++ 2008 Redistributable必须同时为x64版本,或者x86.

一个是64另一个是86的话,就会出错。

用java开发安卓程序怎样在控制台输出彩色字体

使用开源的一个Java框架:Jansi。

或者手动增加控制码,详见:

我的世界/MC/Minecraft MCPC+服务端乱码

其实显示了 “... 12 more” 这个就已经表示你的服务器开启了,后台这里不用去管,你照样还是可以输入IP进入服务器的~ 望采纳~

关于jansijava和的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站。

The End

发布于:2022-12-02,除非注明,否则均为首码项目网原创文章,转载请注明出处。