KJW
KJW

Reputation: 15251

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 ?

Upvotes: 6

Views: 36072

Answers (2)

Andrew Thompson
Andrew Thompson

Reputation: 168845

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.

Upvotes: 2

Plaudit Design
Plaudit Design

Reputation: 1156

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

Upvotes: 12

Related Questions