Windows Server2008でJavaFx2.0プラットフォームで開発された実行可能jarを実行しようとしています。WindowsにJava7をインストールしましたが、次のエラーが発生します。
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
Windows Server 2008で開発環境をセットアップしようとしましたが、同じエラーが発生します。このエラーを解決する方法は?
親切に助けてください。