P.S. here is the output of the JVM dump
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x8078457
Function=[Unknown.]
Library=C:\dev\dbress_Genesis_3\Library\jdk\jre\bin\client\jvm.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(WToolkit.java:262)
at java.lang.Thread.run(Thread.java:534)
Heap at VM Abort:
Heap
def new generation total 576K, used 393K [0x10010000, 0x100b0000,
0x104f0000)
eden space 512K, 64% used [0x10010000, 0x10062650, 0x10090000)
from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 1408K, used 220K [0x104f0000, 0x10650000,
0x14010000)
the space 1408K, 15% used [0x104f0000, 0x105270b0, 0x10527200,
0x10650000)
compacting perm gen total 4096K, used 3537K [0x14010000, 0x14410000,
0x18010000)
the space 4096K, 86% used [0x14010000, 0x14384718, 0x14384800,
0x14410000)
Local Time = Fri Jan 14 09:07:58 2005
Elapsed Time = 0
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002EF
# Please report this error at
#
java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid3068.log.
# Please refer to the file for further information.
#
"Dan Bress" <
XXXX@XXXXX.COM >wrote in message
Quote
I am trying to launch a swing app that i have from jbuilder 2005, but
everytime i do i get a JVM exception.
Everything was working last night when i went home and this morning my app
crashes when i try and launch from jbuilder. however if i launch it from
the command line outside of jbuilder it works.
The only thing i recall changing between now and then is i un did some
hi-jacked files in the JDK from clear case.
We have our version of the JDK checked into clearcase, so everyone is
using
the same version, and on my computer some of the files(dll's mainly) were
hi-jacked, and i undid the hijack.
Any ideas?
Thanks,
Dan