[Zope] External files

Thomas Olsen tol@tanghus.dk
Tue, 10 Jul 2001 14:34:03 +0200


Hi

This is propably an FAQ but I couldn't find an answer to it:
I'm extending a product which has a java applet on one of the management 
screens. How do I get the class file and the jar?
I've tried something like:

--cut-------------
def my_jar(self, REQUEST):
    return self._my_jar

_my_jar = File('www/my.jar')
--cut-------------

but that absolutely didn't work...

-- 
Regards
Thomas Olsen