running SWING

Hello,

I'm having problem running any Java Application/Applet which contain SWING classes on my Win2000 OS. I got the error message below when I run the application/applet from command prompt...

#

# An EXCEPTION_ACCESS_VIOLATION exception has been detected in native code outside the VM.

# Program counter=0x5006a8c4

#

Can anyone help me with this?

Regards

Andy

[424 byte] By [andyvtec] at [2007-9-26 4:05:00]
# 1
reinstall your jdk as administrator of the local box and then check your regular login to make sure it has access to all of the directories you installed it in. (the reinstall by itself will probably take care of it).
morgalr at 2007-6-29 13:04:01 > top of Java-index,Archived Forums,Java Programming...
# 2

What version of the JRE are you using? I get errors like this with JRE 1.4 Beta quite a bit in Win98. See the end of this thread:

http://forum.java.sun.com/thread.jsp?forum=4&thread=145677&start=15&range=15

And the following bug I reported:

http://developer.java.sun.com/developer/bugParade/bugs/4482430.html

Vote for the bug if you want to see some action being taken...:)

schillj at 2007-6-29 13:04:01 > top of Java-index,Archived Forums,Java Programming...