简体   繁体   中英

jdk1.6 update 32 and JavaFX2.1 does work?

i am trying to create a embedded browser using the JavaFX2.1 by using jdk1.6 update 32 however it looks like that all the programs are not working because of jdk1.6u32. but at the requirement its clearly mention that JavaFx2.1 will work with the jdk1.6update 32.

Does anybody knows what is the reason?

I am right now trying to run the sample programs which comes with javaFx2.1 and the below one

http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm

while executing the above program with jkd1.6u32 and jdk1.7u4 program compiles and executes but doesn't display any page. I saw the below error on the console:

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

最好安装Java的1.7 Update 4版本,因为与Java fx 2.1捆绑在一起可能适合您。

我发现这是我的Java编译器和Java运行时环境之间版本不匹配的问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM