Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2005 11:14:16 -0600
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Mikhail Teterin <Mikhail.Teterin@murex.com>
Cc:        java@FreeBSD.org, Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>, "Mikhail T." <mi@aldan.algebra.com>
Subject:   Re: looking for a Java decompiler
Message-ID:  <20050707171416.GA85214@misty.eyesbeyond.com>
In-Reply-To: <200507071235.58541.Mikhail.Teterin@murex.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050707171416.GA85214>