简体   繁体   中英

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 ?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM