Java applet naming problem
I need to set up a Java applet to work w/Zope. Normally no big deal, but this one (IPIX) happens to include a file named "ipix$.class". I don't have access to the source, so I can't do anything about the unfortunate inclusion of the $ in the file name. What's the best solution to this situation? Write an external method that called the applet and then call the external method? Any thoughts? -- Geoffrey L. Wright Developer / Systems Administrator (907) 563-2721 ex. 4900 http://www.integritysi.com
You might consider packaging the classes for this applet within a .jar file. Then, you get to pick one file name for the .jar, and all the .class files it contains are unknown to zope. "Geoffrey L. Wright" wrote:
I need to set up a Java applet to work w/Zope. Normally no big deal, but this one (IPIX) happens to include a file named "ipix$.class". I don't have access to the source, so I can't do anything about the unfortunate inclusion of the $ in the file name. What's the best solution to this situation? Write an external method that called the applet and then call the external method?
Any thoughts?
-- Geoffrey L. Wright Developer / Systems Administrator
(907) 563-2721 ex. 4900 http://www.integritysi.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Martin Stitt Chief Software Engineer Esker, Inc. email: marty.stitt@esker.com phone: (608) 273-6000 x331 fax: (608) 273-8227 web: http://www.esker.com
participants (2)
-
Geoffrey L. Wright -
Marty Stitt