Reputation: 10703
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..
Upvotes: 1
Views: 1674
Reputation: 1
There is a JIRA issue that seems to match this problem - see http://javafx-jira.kenai.com/browse/RT-23456
Upvotes: 0
Reputation: 31
Had same access violation as stated above. What worked for me was to setup "Desktop Experience" under Server Manager in Windows 2008 R2. Hope that helps...
Upvotes: 3
Reputation: 10703
I got the simple solution for this problem. I have just upgraded my java version. Presently I am using http://jdk7.java.net/download.html 7u10 version for my application and it is working fine on windows server 2008 also. Although this release is not official release yet.. but I think I can leave with it.. until the official release of this version..
Enjoy.. cheers.
Upvotes: 2