Search code examples
javabrowserembedded-resourcejavafx-2embedded-browser

Device "Mobile Intel(R) 4 Series Express Chipset Family" (\\.\DISPLAY1) initialization failed :


i tried the below program to execute on my local machine..but it doesn't work.

http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm i also tried the sample programs which comes with JavaFx2.1 I tried running the programs using jdk1.6u32 and jdk7u4. for both the versions i am getting the below error

Device "Mobile Intel(R) 4 Series Express Chipset Family" (\\.\DISPLAY1) initialization failed : 
WARNING: bad driver version detected, device disabled. Please update your driver to at least version 6.14.10.5303

After the above error program works fine but doesn't open any URL/web page.


Solution

  • It started working fine, i figured it out that it was a problem because of my java compiler and java runtime version mismatch.