Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse: how to create an applet?

I have finished writing my applications, and would like to deploy it as a Java applet.

How can I start this ?

Additionally, how would you deploy it on html page, and pass an argument to the Java applet ?

like image 706
KJW Avatar asked Oct 29 '10 00:10

KJW


People also ask

Can Eclipse run applets?

You can write and test your applet in Eclipse. This page will explain how you run an applet, and how to pass parameters to the applet, as if the applet were being called by a browser.

What is Eclipse applet?

AppXRay ValidationThe Application Database, AppXRay, analyzes the JSP pages, Java source files, resource bundles, and web configuration files and uses this information to build a database of the relationships between these artifacts.


2 Answers

Here is a tutorial on how to create an applet in eclipse. http://www.roseindia.net/eclipse/applet-eclipse.shtml

like image 190
Plaudit Design Avatar answered Sep 19 '22 11:09

Plaudit Design


If you merely wish to deploy an app. from a web site, look into Java Web Start. JWS can launch a standard frame (or applet) direct from a link on a web page, and has much fewer hassles, while providing many benefits.

like image 23
Andrew Thompson Avatar answered Sep 22 '22 11:09

Andrew Thompson