aspose file tools
The moose likes JavaFX and the fly likes Difference between deploying a JavaFX Applet and a Java Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "Difference between deploying a JavaFX Applet and a Java Applet" Watch "Difference between deploying a JavaFX Applet and a Java Applet" New topic
Author

Difference between deploying a JavaFX Applet and a Java Applet

Mathew Kuruvilla
Ranch Hand

Joined: Nov 27, 2001
Posts: 135
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?
Nicolas Lorain
Greenhorn

Joined: Oct 04, 2009
Posts: 2
Have a look at the following sample on http://javafx.com

http://javafx.com/docs/tutorials/deploy-applet/
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

"JavaFx Foryou", please check your private messages for an important administrative matter.

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Mathew Kuruvilla
Ranch Hand

Joined: Nov 27, 2001
Posts: 135
Thanks. I finally figured that the problem is that my company does not allow zip files, jar files etc. to be downloaded :-)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Difference between deploying a JavaFX Applet and a Java Applet
 
Similar Threads
POSTing data from an applet
JavaFX Applets and the required JDK
Deploying applets in a web application
EJB calls on Websphere 5.1 hangs IE
How to reference Applets in a Java Web Application