Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javafx 2.0: creating applet

711527Jul 18 2011 — edited Aug 3 2011
Hi all,
I am trying to run sample applications come with javafx SDK 2.0 and they work fine. However, when I tried to run those jnlp web-starts or the applet embedded websites they do not work. I think this was because the file cannot find the javafx runtime environment.
<jfx:javafx-runtime version="2.0+" href="http://javafx.com/jfx-20.exe"/>
I read in the release note that with this version oracle has not supported downloadable javafx runtime like version 1.3 but we have to install it manually in each client machine. Then, I install the runtime but the browser is still complaining that I have to install javafx runtime etc... do I need to change anything in above configuration option?
SO my question is what is the right configuration (javafx-runtime version) for the jnlp and how to put it in a website.
Last but not least, Is there anyway to put the javafx runtime somewhere so that it can be downloadable the the applet is loaded, just like what we were doing with javafx 1.3, this is so annoying that users have to install additional plugin when using this applet application.
Thx you guys for any help.
BR,Lam

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 31 2011
Added on Jul 18 2011
7 comments
376 views