| Author |
Java FX dependency
|
Harshana Dias
Ranch Hand
Joined: Jun 11, 2007
Posts: 278
|
|
Hi Folks,
As Im aware JavaFX applications run on desktop or browser that runs the Java Runtime Environment (JRE). So isnt that a huge dependency if we haven't installe JRE on our desktop or browser?
Thanks.
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2693
|
|
As of now it requires JavaFX runtime which has to be installed seperately along with the JRE. But going forward they might mostly bundle JavaFX runtime with the JRE.
I dont think its some sort of difficult/huge dependency to achieve. These days most of the OSs come with the JRE installed. You will not be able to execute java applications without the JRE.
For that matter if you look at other RIA technologies- all of the require some sort of external runtime to execute.
|
Mohamed Sanaulla | My Blog
|
 |
 |
|
|
subject: Java FX dependency
|
|
|