应用ImageMagick遇到问题
我是刚学JAVA,应用ImageMagick遇到问题,请大家帮忙啊
在执行 MagickImage image = new MagickImage(info);时,出以下的错误:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c931c48, pid=2792, tid=3944
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
# Problematic frame:
# C [ntdll.dll+0x11c48]
#
# An error report file with more information is saved as hs_err_pid2792.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
[error occurred during error reporting, step 270, id 0xc0000005]
怎么解决呀,请各位多多帮忙
------解决方案--------------------Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
虚拟机问题,建议换个版本的JRE
不过一般不是java的问题,而是jni调用VC时VC出的问题