Forums / General / how to run java applet on ez?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to run java applet on ez?

Author Message

Aleksandar Adam

Wednesday 23 March 2005 1:35:12 pm

I would like to load java applet in ez page but it doesn't work.

I have used following parameters in applet tag in my pagelayout template:

code="MyApplet.class"

codebase="c:/Exponential/Exponential/design/infos/java"

i don't use virtual hosts and I am not sure if my path is correctly written.

I appreciate any help.
Thanks.

Łukasz Serwatka

Monday 28 March 2005 11:40:18 pm

If your dir structure is ez_root/design/infos/java have you tried?

<applet code="MyApplet.class" codebase = "../java/"></applet>

or

<applet code="MyApplet.class" codebase = "ez_root/design/infos/java"></applet>

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog