1

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..

4

3 回答 3

3

具有与上述相同的访问冲突。对我有用的是在 Windows 2008 R2 的服务器管理器下设置“桌面体验”。希望有帮助...

于 2012-12-11T23:41:47.480 回答
2

我得到了这个问题的简单解决方案。我刚刚升级了我的java版本。目前我正在为我的应用程序使用http://jdk7.java.net/download.html 7u10版本,它在 Windows Server 2008 上也可以正常工作。虽然这个版本还没有正式发布..但我想我可以离开它..直到这个版本的正式发布..

享受..干杯。

于 2012-10-19T04:06:01.223 回答
0

有一个似乎与此问题相匹配的 JIRA 问题 - 请参阅http://javafx-jira.kenai.com/browse/RT-23456

于 2013-01-25T15:06:03.370 回答