Difference between deploying a JavaFX Applet and a Java Applet
Mathew Kuruvilla
Ranch Hand
Joined: Nov 27, 2001
Posts: 135
posted
0
What is the difference between the way Java Applets were deployed oh so long ago
and the way JavaFX Applets are deployed now?
Back in 1998 or so, I was able to create Java Applets so easily. It was easy to
test it with the appletviewer, convert it to an application and so on . . . .
But when I tried to deploy my JavaFX application as an applet, it is not working.
I am getting the page with the Java logo and the circular animation, but I was not able to see the application.
I am having similar problems with launching my application using Java Web Start also.
Anyway, can somebody explain the difference between the difference between the way applets were displayed
in Java and the way applets are depoyed using JavaFX?