looking for a Java decompiler
Greg Lewis
glewis at eyesbeyond.com
Thu Jul 7 17:14:49 GMT 2005
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 at eyesbeyond.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology FreeBSD : glewis at FreeBSD.org
More information about the freebsd-java
mailing list