Creating a Java applet using external JARS
Add a link to them in the archiveelement attribute applet.
<APPLET codebase="classes" code="applet/MyApplet.class" width=350 height=200 archive="jcommon-1.0.17.jar, jfreechart-1.0.14.jar, sqljdbc4.jar"></APPLET>
Reformatting that gives:
<APPLET
codebase="classes"
code="applet/MyApplet.class"
width=350
height=200
archive="jcommon-1.0.17.jar, jfreechart-1.0.14.jar, sqljdbc4.jar">
</APPLET>
1.
code="applet/MyApplet.class"
. MyApplet, applet, :
code="applet.MyApplet"
2.
archive="jcommon-1.0.17.jar, jfreechart-1.0.14.jar, sqljdbc4.jar">
, applet.MyApplet jcommon-1.0.17.jar?
3.
codebase="classes"
. - JSP/? , , , , ( ) . ( 'enter') Jars, MyApplet.class Jar, .