I am using Eclipse to develop an applet module, which requires a bunch of libraries. It runs correctly under the Eclipse environment. I would like to know how to embedded this code in a html page, or how to deploy this applet?

Read about how to use the HTML APPLET tag.
Create an html page using the Applet tag and make your class files available by putting them in a folder or in a jar file and have the Applet tag attributes point to their location.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.