Michaël Olla | 9 Jan 11:12

Applet in Nuxeo plugin

Hi all,

 

I need to write an applet for my Nuxeo plugin. The problem that I encounter is that I keep getting ClassNotFound exceptions in the java console.

 

Here is my html code:

 

<applet code="com/astek/applets/MyApplet.class" width="50" height="50" codebase="../">

Your browser does not support the <code>applet</code> tag.

</applet>

 

I’ve tried different values for the codebase and it still doesn’t work. Does anyone know how to do it in a Nuxeo plugin?

 

Thanks,

 

Michael

 

_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
Tiry | 9 Jan 12:15

Re: Applet in Nuxeo plugin

ClassNotFound on what class ?

Tiry

Michaël Olla a écrit :
>
> Hi all,
>
> I need to write an applet for my Nuxeo plugin. The problem that I 
> encounter is that I keep getting ClassNotFound exceptions in the java 
> console.
>
> Here is my html code:
>
> <applet code="com/astek/applets/MyApplet.class" width="50" height="50" 
> codebase="../">
>
> Your browser does not support the <code>applet</code> tag.
>
> </applet>
>
> I’ve tried different values for the codebase and it still doesn’t 
> work. Does anyone know how to do it in a Nuxeo plugin?
>
> Thanks,
>
> Michael
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ECM mailing list
> ECM@...
> http://lists.nuxeo.com/mailman/listinfo/ecm
>   
Michaël Olla | 9 Jan 12:21

Re: Applet in Nuxeo plugin

I get ClassNotFound on MyApplet.class (the applet I'm trying to load in my
page)

Michael

-----Original Message-----
From: Tiry [mailto:tdelprat@...] 
Sent: Friday, January 09, 2009 16:15
To: Michaël Olla
Cc: ecm@...
Subject: Re: [Ecm] Applet in Nuxeo plugin

ClassNotFound on what class ?

Tiry

Michaël Olla a écrit :
>
> Hi all,
>
> I need to write an applet for my Nuxeo plugin. The problem that I 
> encounter is that I keep getting ClassNotFound exceptions in the java 
> console.
>
> Here is my html code:
>
> <applet code="com/astek/applets/MyApplet.class" width="50" height="50" 
> codebase="../">
>
> Your browser does not support the <code>applet</code> tag.
>
> </applet>
>
> I’ve tried different values for the codebase and it still doesn’t 
> work. Does anyone know how to do it in a Nuxeo plugin?
>
> Thanks,
>
> Michael
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ECM mailing list
> ECM@...
> http://lists.nuxeo.com/mailman/listinfo/ecm
>   
Tiry | 9 Jan 13:59

Re: Applet in Nuxeo plugin

Michaël Olla a écrit :
> I get ClassNotFound on MyApplet.class (the applet I'm trying to load in my
> page)
>   
Then what is the point with Nuxeo ?
Are you sure you applet can be downloaded from Nuxeo Server ? (ie : your 
codebase URL is not security protected)

> Michael
>
>
> -----Original Message-----
> From: Tiry [mailto:tdelprat <at> nuxeo.com] 
> Sent: Friday, January 09, 2009 16:15
> To: Michaël Olla
> Cc: ecm <at> lists.nuxeo.com
> Subject: Re: [Ecm] Applet in Nuxeo plugin
>
> ClassNotFound on what class ?
>
> Tiry
>
> Michaël Olla a écrit :
>   
>> Hi all,
>>
>> I need to write an applet for my Nuxeo plugin. The problem that I 
>> encounter is that I keep getting ClassNotFound exceptions in the java 
>> console.
>>
>> Here is my html code:
>>
>> <applet code="com/astek/applets/MyApplet.class" width="50" height="50" 
>> codebase="../">
>>
>> Your browser does not support the <code>applet</code> tag.
>>
>> </applet>
>>
>> I’ve tried different values for the codebase and it still doesn’t 
>> work. Does anyone know how to do it in a Nuxeo plugin?
>>
>> Thanks,
>>
>> Michael
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> ECM mailing list
>> ECM <at> lists.nuxeo.com
>> http://lists.nuxeo.com/mailman/listinfo/ecm
>>   
>>     
>
>
>
>
>   

_______________________________________________
ECM mailing list
ECM <at> lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm

Gmane