This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JavaFX and the fly likes JavaFX Applets and the required JDK Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "JavaFX Applets and the required JDK" Watch "JavaFX Applets and the required JDK" New topic
Author

JavaFX Applets and the required JDK

Dar Var
Ranch Hand

Joined: Oct 12, 2004
Posts: 74
With the introduction of JavaFX and the new Java Browser Plugin is there now a standard way to download the correct Java version to the Client no matter what Browser or OS they are using.

In the past I had huge difficulty deploying Applets.

If the Applet required a specific JRE version differant methods were suggested to download and install that JRE on the client:
OBJECT tags
APPLET tags
JavaScript
VBScript

I tried all these techniques with varying degrees of success.
In my experience none of them worked accross all Browsers and OS's.

What standard method is now used to download the correct JRE?
Eric Bruno
author
Ranch Hand

Joined: Jun 15, 2009
Posts: 60
Embedding a JavaFX applet into a web page will cause the required runtime files to download automatically. There's also support for WebStart.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JavaFX Applets and the required JDK
 
Similar Threads
JVM vs JRE vs Java Plug-In and Yahoo Chat!
javafx applet problem
Java Plug-in
Java plug-in using jsp:plugin tag
Java Plugin in Browsers