[Fwd: [Zope] Serving Java Applets from Zope]
Chris Withers wrote:
Okay, tried this...
Didn't work :(
My applet uses two classes: Item.class and Ticker.class. When I uploaded only Ticker.class, I got a 'class not found error' for the Item class, as expected. However, when I uploaded the Item class, this changed to a null pointer exception.
I know this applet worked fine locally so I don't think there's any problem with the code...
cheers for any help,
Chris
PS: Maybe packagign both classes up into a .jar would help? How do I go abotu doing/using this?
Jens Vagelpohl wrote:
just upload the .class files into zope as a "file" object, refer to them in the html-file as you do in normal web environments and off you go
jens
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris Withers Sent: Monday, February 21, 2000 10:32 AM To: Zope Mailing List Subject: [Zope] Serving Java Applets from Zope
Hi,
Are there any how-to's or does anyone know how you go about serving up Java Applets from Zope?
I have a single html file and two class files. What do I need to do?
cheers,
Chris
participants (1)
-
Chris Withers