Problem with eclipse in using jmagick
Hi,
Iam using jmagick for resizing and cropping the image.When iam running from the command prompt its working fine and giving the exact result what i need.But when iam running from the eclipse it is showing as
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c93426d, pid=3440, tid=3216
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
# Problematic frame:
# C [ntdll.dll+0x3426d]
#
# An error report file with more information is saved as hs_err_pid3440.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]
I have included the jmagick.jar file in the build path.Even though it is giving the error.Could anybody solve this.Thanks in advance.
Regards,
Venkatesh.R

