From owner-freebsd-java@FreeBSD.ORG Thu Jul 7 17:14:49 2005 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B507F16A41C for ; Thu, 7 Jul 2005 17:14:49 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A03E43D53 for ; Thu, 7 Jul 2005 17:14:48 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j67HEH66085354; Thu, 7 Jul 2005 11:14:18 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j67HEGDK085353; Thu, 7 Jul 2005 11:14:16 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 7 Jul 2005 11:14:16 -0600 From: Greg Lewis To: Mikhail Teterin Message-ID: <20050707171416.GA85214@misty.eyesbeyond.com> References: <200507070502.j6752fuk077634@blue.virtual-estates.net> <20050707053016.GA35513@rcfile.org> <20050707160615.GB73809@arabica.esil.univ-mrs.fr> <200507071235.58541.Mikhail.Teterin@murex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507071235.58541.Mikhail.Teterin@murex.com> User-Agent: Mutt/1.4.2.1i Cc: java@FreeBSD.org, Herve Quiroz , "Mikhail T." Subject: Re: looking for a Java decompiler X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 17:14:49 -0000 On Thu, Jul 07, 2005 at 12:35:58PM -0400, Mikhail Teterin wrote: > ?????? 07 ?????? 2005 12:06, Herve Quiroz ?? ????????: > > On Thu, Jul 07, 2005 at 01:30:16AM -0400, Brent Verner wrote: > > > [2005-07-07 01:02] Mikhail T. said: > > > | Hello! > > > | > > > | Is there a good byte-code de-compiler in the ports? It does not > > > | need to be fancy/GUI -- just a straghtforward .class->.java utility. > > > > > > jode (http://jode.sf.net) works pretty well. There is a port, but > > > it is a little outdated. > > > > Funny thing to note is that Mikhail is actually the maintainer of the > > java/jode port... :) > > Yes and Mikhail knows, that jode does not compile with Java-1.5 (the only Java > available for FreeBSD/amd64) :-) make JAVAC="/usr/local/jdk1.5.0/bin/javac -source 1.4" You can probably achieve something similar with jikes, but I haven't tried it. Or you can install one of the older Linux JDKs and compile with that. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org