Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 19516 invoked from network); 3 Feb 2000 21:46:13 -0000 Received: from mail.ticketweb.com (HELO pbx.ticketweb.com) (216.34.155.190) by locus.apache.org with SMTP; 3 Feb 2000 21:46:13 -0000 Received: from pbx.ticketweb.com [90.0.0.1] by pbx.ticketweb.com (SMTPD32-5.01) id A6E115A0122; Thu, 03 Feb 2000 13:45:05 PST Received: FROM ticketweb.com BY pbx.ticketweb.com ; Thu Feb 03 13:45:04 2000 Message-ID: <3899F750.353EE730@ticketweb.com> Date: Thu, 03 Feb 2000 13:46:56 -0800 From: Rick Tyler Organization: TicketWeb, The Online Ticketing Alternative X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: cocoon.jar? References: <000e01bf6e65$64d69540$171ea8c0@venus.private.uwc.mplik.ru> <3899F11D.47B5837F@finux.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Where is cocoon.jar? The one with the small "c". I too had the same problem when I first attempted to download and run Cocoon. The confusion stems from the fact a .jar file has essentially the same structure as a .zip file (which was unknown to me when I started playing around with this stuff) and someone at the Apache project thought it was clever to start naming the binary distributions with the .jar, instead of .zip, extension. The problem with this cleverness is that the natural assumption of a newcomer is to assume that the .jar found in the download directory is the same .jar needed by the class loader. So, to answer your question, use WinZip to extract the contents of the Cocoon.jar which you downloaded and you will find the cocoon.jar you are looking for. I would argue that this convention of naming binary distributions with the .zip extension, while quite clever, is inherently confusing and that .jar should only be used for files intended as targets for the Java class loader. Just my 2 cents - it would have saved me half a day of spinning my wheels and wasting the bandwidth of this mailing list. - RT