[Zope] Using Java Applets in Zope

Philippe Jadin all@123piano.com
Fri, 13 Jul 2001 10:26:59 +0200


>
>
>I am trying to use a Java IRC Client in one of my Zope sites but ..
>I have no idea where I should put the *.jar files so the applet tag can find 
>them.
>
>Anyone out there with a solution?
>
>Don't know if it's relevant but I'm using Zope 2.2 with an Apache server in 
>front of the Zserver.
>

This has nothing to do with zope or apache in fact. Java applets are 
served like any other static file. So, if the applet tag reference the 
jar file in the current directory, put the jar file in the same 
directory as the html file. As simple as this ;-)

Philippe