How can I solve this error: Java.lang.exception
1 次查看(过去 30 天)
显示 更早的评论
Hello guys,
I get this error, and I don't know what to do. Hope you can throw some light on it.
!!!!!!!!
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Unknown Source)
at com.mathworks.hg.util.OutputHelperProcessingException.<init>(OutputHelperProcessingException.java:17)
at com.mathworks.hg.util.HGVectorOutputHelper.open(HGVectorOutputHelper.java:76)
!!!!!!!!
Error using print (line 102)
There was a problem while generating the output: Java exception occurred:
com.mathworks.hg.util.OutputHelperProcessingException: Problem while processing in an OutputHelper.
I don't know what to do please help.
3 个评论
ilker sonmezisik
2018-11-1
I used to have a similar exception when i try to print figure images that are too large. "Images must contain fewer than 2^32 - 1 bytes of data"
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!