Java Runtime Unexpected Error

Any help debugging this would be appreciated-

I'm running Command-Line SSBasic under XPpro with the latest Java. Quite often the JVM bombs and a log file is generated with the following message below, and the only way I can recover is to reboot:

#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (53414645504F494E540E435050024F), pid=3268, tid=3972
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x02e18400): JavaThread "Thread-44" [_thread_in_native, id=3972]

Stack: [0x03a90000,0x03ae0000)

Java Runtime Unexpected Error

Mark,

Looking back on one of the messages I had sent you previously I realize that I was not complete. For your batch file you'll want to include the path to the JRE. So, the contents of your batch file should look like this.

jre/bin/java -Xmx256M -jar screen-scraper.jar -s "My Scraping Session" > log\MyLog.log

Note the addition of "jre/bin/".

Please let us know if this fixes it.

-Scott