I am trying to run executable jar developed with JavaFx 2.0 platform on windows server 2008. I installed java 7 on windows but I am getting the following error
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000070d921b6, pid=3340, tid=3468
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x121b6] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x11a6
#
# Core dump written. Default location: C:\Users\Administrator\Documents\NetBeansProjects\JavaFXApplication1\hs_err_pid3340.mdmp
#
# An error report file with more information is saved as:
# C:\Users\Administrator\Documents\NetBeansProjects\JavaFXApplication1\hs_err_pid3340.log
I try to setup develop environment on windows server 2008, but I am getting the same error. How to resolve this error ?
Kindly help..