13 Jul
2001
13 Jul
'01
8:26 a.m.
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