vote up 1 vote down star
1

I have some questions regarding JavaFX that I can’t seem to find the correct answers to.

Im about to write an applet (javafx applet) that vizualises a streaming video from a network camera. My clients will use their favourite web browser to view the streaming video sequence. (I first considered using Java Media Framework (JMF), because it seemed to fit my needs, even though I know that sun has almost “abandoned” it. The reason im not using JMF is that my clients is not able to see the video stream unless they install JMF third party libs. And the clients are just supposed to have a standard JDK on their desktops)

So my Question to you is the following:

Do you think javafx is the pragmatic way to solve this problem?

Is it possible to execute/view javafx-applets if I, as a client only has a standard JDK installed? (no need for extra javafx- jar/libs) ?

flag

2 Answers

vote up 1 vote down check

You only need standard JRE according to this javaone presentation.

No additional libraries.

link|flag
vote up 0 vote down

No need for extra JavaFX libraries on the client side.

The client just has to have a JRE installed - preferably, JRE 6 Update 10, which has a bunch of optimizations that will allow any Java-based program to run more efficiently/quickly in a browser.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.