hi, i have written a swing application, which runs perfectly in college on XP and win2000 but when i try to run it at home, also on a win2000 os, it throws this error.
In the application if i use the default size then the application appears(at least the title bar does) but if i use "setSize(300,200);" or try to maximize it or drag it bigger then this error is thrown.
i've put it through google but it came up with nothing.
any ideas as to what it means? im using java1.5 beta
thanks
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d00b4f4, pid=564, tid=420
#
#
Java VM: Java HotSpot(TM) Client VM (1.5.0-beta-b32c mixed mode)
# Problematic frame:
# C [awt.dll+0xb4f4]
#
# An error report file with more information is saved as hs_err_pid564.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp #