Hello, 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. Regards, -- Gitte Wange Jensen Sys Admin, Developer and a lot more MMmanager.org Aps, Denmark Phone: +45 29 72 79 72 Email: gitte@mmmanager.org Web: www.mmmanager.org Quote of the day: In the beginning, there was Fortran. - James Gray
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
On Friday 13 July 2001 10:26, you wrote:
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
I am aware of that - but I don't have a HTML file ... I mean. The "html" page that uses the applet is served by Zope - and therefor I cannot just place the applet in the same dir as the html file. Regards, Gitte Wange
participants (2)
-
Gitte Wange -
Philippe Jadin