From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 01:39:34 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0D2F16A468 for ; Tue, 19 Feb 2008 01:39:34 +0000 (UTC) (envelope-from jimbow@darq.net) Received: from farnborough.darq.net (fab.darq.net [82.136.41.2]) by mx1.freebsd.org (Postfix) with ESMTP id B797E13C50E for ; Tue, 19 Feb 2008 01:39:34 +0000 (UTC) (envelope-from jimbow@darq.net) Received: from localhost (localhost [127.0.0.1]) by farnborough.darq.net (Postfix) with ESMTP id B590D1D0A1 for ; Tue, 19 Feb 2008 01:43:01 +0000 (GMT) X-Virus-Scanned: amavisd-new at darq.net Received: from farnborough.darq.net ([127.0.0.1]) by localhost (farnborough.darq.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3n+kV9QLydSK for ; Tue, 19 Feb 2008 01:42:58 +0000 (GMT) Received: from troop.darq.net (hackney.darq.net [78.86.112.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zygis@darq.net) by farnborough.darq.net (Postfix) with ESMTP id 329C41D04E for ; Tue, 19 Feb 2008 01:42:58 +0000 (GMT) Message-ID: <47BA334F.8050301@darq.net> Date: Tue, 19 Feb 2008 01:39:27 +0000 From: Jim Bow User-Agent: Thunderbird 2.0.0.9 (X11/20080218) MIME-Version: 1.0 To: FreeBSD Mailing List References: <200802181733.45990.kline@thought.org> In-Reply-To: <200802181733.45990.kline@thought.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: java decoder? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 01:39:35 -0000 Gary Kline wrote: > I doubt this but is there anything that will take a foo.jar and turn in back > into java? Or at least assembler? This really isn't the place for such questions. As to the question itself, Im no java man, but I think a jar is an archive of classes, meaning you can extract them and then use a java decompiler to decompile the classes to get the source. Good luck. JimBow