From Mark_Janney-P26816@email.mot.com Wed Nov 19 12:47:52 1997 Received: from ftpbox.mot.com (ftpbox.mot.com [129.188.136.101]) by amber.ccs.neu.edu (8.8.6/8.7.3) with ESMTP id MAA26580 for ; Wed, 19 Nov 1997 12:47:50 -0500 (EST) Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by ftpbox.mot.com (8.8.5/8.6.10/MOT-3.8) with ESMTP id LAA10424 for ; Wed, 19 Nov 1997 11:44:20 -0600 (CST) Comments: ( Received on ftpbox.mot.com from client pobox.mot.com, sender Mark_Janney-P26816@email.mot.com ) Received: from ilbx.mot.com (ilbx.mot.com [129.188.137.185]) by pobox.mot.com (8.8.5/8.6.10/MOT-3.8) with ESMTP id LAA16401 for ; Wed, 19 Nov 1997 11:45:17 -0600 (CST) Received: by ilbx.mot.com (1.37.109.24/16.2) id AA120781516; Wed, 19 Nov 1997 11:45:16 -0600 Received: by MOT; Wed, 19 Nov 1997 10:31:00 -0600 Date: Wed, 19 Nov 1997 10:31:00 -0600 From: Mark Janney-P26816 Subject: Re: unpacking JAR file To: lieber@ccs.neu.edu Message-Id: X-Mailer: Worldtalk (4.1.1-p1)/STREAM Status: R Karl Lieberherr asks: KL> How do I unpack this report? KL> Please can you send me a UNIX shell script. Looking at the contents of your reply, it appears that the JAR file was uuencoded for transmission. I didn't do this explicitly. It was done on my behalf by some mailer in the path between me and you. Sorry :-( Here is the process for unpacking the report. 1) Save the original mail into a file say 'maj.report' (In your reply, all of the lines were prefixed with '>' 2) Run the following commands uudecode maj.report jar xvf elaboration.jar When I did this on my workstation, I got the message 'No end line' from uudecode. However the encoded file was extracted correctly. 3) This will create a subdirectory 'elaboration' in your current directory. 'elaboration' will hold the contents of my report: Design.ps DomainModel.ps Requirements.ps Status.txt A directory 'meta-inf' will also be created in your current directory It contains the manifest from the jar file. Notes: 'uuencode' and 'uudecode' are standard Unix facilities for sending binary files over communication lines that don't support 8 bit characters. Each byte of the binary file is encoded as a pair of 7 bit ascii character representing its value in hexidecimal. 'jar' is the Java Archiver. It comes as part of the standard 1.1.x delivery. Regards - Mark Janney