|
 |
j2ee thread: Applets...
Message #1 by karega_scott@h... on Mon, 22 Jan 2001 14:41:08 -0000
|
|
hiii...
use the archive attribute of applet tag..
bye..
parvinder bhatia
-----------------------------------
>From: "sami" <mr.india@a...>
>Reply-To: "Java 2 Enterprise Edition" <j2ee@p...>
>To: "Java 2 Enterprise Edition" <j2ee@p...>
>Subject: [j2ee] Re: Applets...
>Date: Tue, 23 Jan 2001 16:48:21 +0530
>
>hi
>u have missed the codebase attribute in the applettag
>give the codebase="path to the jar"
>---
>sami
>
>On Mon, 22 Jan 2001 14:41:08 karega_scott wrote:
> >I have include several classes into a single package and archieved these
> >classes using the jar compression utility. When I run the appletviewer
>the
> >applets is functional, but when I access the html page which contains the
> >applet nothing happens. I get the following error:
> >
> >Error: applet ProdTreeApplet.class not found
> >
> ><applet code="ProdTreeApplet.class" width="400" height="400">
> ><archieve="ProdClasses.jar">
> ></applet>
> >
> >I createthe ProdClasses.jar using the following command:
> >
> >jar cvf ProdClasses.jar BR/Criteria/class1.class BR/Criteria/class1.class
> >BR/CriteriaSet/class3.class
> >
> >What am I doing wrong. Can someone help me...
|
|
 |