每次启动matlab提示

来源:百度知道 编辑:UC知道 时间:2024/06/11 01:00:52
每次启动matlab,命令窗口总会先跳出一大段如下文字:

To get started, select MATLAB Help or Demos from the Help menu.

sun.io.MalformedInputException
at sun.io.ByteToCharGB18030.convert(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at。。。等好几十行,但是不影响正常使用

请问这是什么?能去除么?怎么去?
D:\matlab\matlab7.0\java下没有jre文件夹,是不是说明不正常……

jre版本不对
看看你的matlab版本,上网搜一下.
matlab不同版本支持的jre版本不同

升级JRE:http://www.java.com/zh_CN/download/manual.jsp

直接在命令窗口运行clc;清屏就行了。