简体   繁体   English

eclipse:如何创建applet?

[英]eclipse: how to create an applet?

I have finished writing my applications, and would like to deploy it as a Java applet. 我已经完成了我的应用程序编写,并希望将其部署为Java applet。

How can I start this ? 我怎么开始呢?

Additionally, how would you deploy it on html page, and pass an argument to the Java applet ? 另外,如何在html页面上部署它,并将参数传递给Java applet?

Here is a tutorial on how to create an applet in eclipse. 这是一个关于如何在eclipse中创建applet的教程。 http://www.roseindia.net/eclipse/applet-eclipse.shtml 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 . 从一个网站,看看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. JWS可以直接从网页上的链接启动标准框架(或applet),并且具有更少的麻烦,同时提供许多好处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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